Hi,
I need a formula that can give me the actual Last day of the current month. As the current month is October'21, I want to get the result as 10/31/2021.
Can someone help me with the formula or guide me with a way around.
@ansn
If your module has Time as a dimension then use
END()
if it doesn't then you can write
END(Line item)
Line item has to be Time Period formatted
Misbah
The End() function can be used to obtain the end date of the current period.
Thank you all for the help.
The END() formula is serving the purpose.
We have a question regarding the behavior of the XL3dowriteback formula. Our understanding is that this formula allows writeback to be controlled on a cell-by-cell basis. In our operation, when we need to clear a previously written-back value due to an input error or similar reason, we do so by entering 0. However, when…
Facing challange to get the exact totals for Q1 Q2 line items(it should be 21250), Can somebody please suggest a way to get subtotals intead of grand totals. My Summary should be dynamic.
We added new bed types to eventually move from the old "All Beds, single, double" I inputted the data into the new bed types Went to double check flow into other modules and found that they are being double counted even though I blanked the original columns out. I am not sure why it is still counting All Beds even if it is…