W
Wendy
Hi
I have a formula which should produce yesterdays data if today is
tues,wed,thur or fri, if today is monday it should produce fridays data, and
sometimes there isn't any data at all.
IIf(Weekday(Date()=1),Date()-3,Date()-1)
this method works if today is monday.
IIf(Weekday(Date()=1),Date()-1,Date()-3)
this method works if its tues, wed, thur or fri
Is it possible to get it working for everyday?
Thanks
Wendy
I have a formula which should produce yesterdays data if today is
tues,wed,thur or fri, if today is monday it should produce fridays data, and
sometimes there isn't any data at all.
IIf(Weekday(Date()=1),Date()-3,Date()-1)
this method works if today is monday.
IIf(Weekday(Date()=1),Date()-1,Date()-3)
this method works if its tues, wed, thur or fri
Is it possible to get it working for everyday?
Thanks
Wendy