lyndseykinder
MIS
I am currently creating a spreadsheet containing daily targets which will give me a running total. I've manged to get the formulae to work using a single date field which is ok, however, I really need to automatically pick a historic date.
For example when going into the sheet on Monday, the date needs to be friday, tuesday needs to be monday...etc and preferably I need to factor in bank holidays.
So far I have done
=if(today()=dd/mm/yyyy,today()-3,today()-1)
This seems to ignore today()-3 and give me today()-1!
I'm sure I'm doing something glaringly obvious, but, I'd really appreciate some help!! )
Thanks
Lyndsey
For example when going into the sheet on Monday, the date needs to be friday, tuesday needs to be monday...etc and preferably I need to factor in bank holidays.
So far I have done
=if(today()=dd/mm/yyyy,today()-3,today()-1)
This seems to ignore today()-3 and give me today()-1!
I'm sure I'm doing something glaringly obvious, but, I'd really appreciate some help!! )
Thanks
Lyndsey