Hi,
I would like to create an IF formula involving dates. This is what I want it to do: if the current date is Friday, multiply the value in a particular cell by 3. Any ideas? Thanks in advance.
Hi,
I would like to create an IF formula involving dates. This is what I want it to do: if the current date is Friday, multiply the value in a particular cell by 3. Any ideas? Thanks in advance.
Try
=IF(TEXT(Today(),"dddd")="Friday",A3*3,"")
where A3 is the "particular cell"
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks