Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_saini
Master III
Master III

How to show only vaule for the last week of the month

Hi Folks,

How to show value only  for the last week of the month

Thanks,

AS

3 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

try:

=Weekname(MonthEnd(today()))

robert_mika
Master III
Master III

Could you share your data/layout?

Anonymous
Not applicable

Hi

if it is some calculation for last week of every month

then you can use

if(week=Week(MonthEnd(Datecol)),sum(col1))

PS : week =  week no column column in your datamodel