MrFixit10914
New Member
- Joined
- Jun 7, 2012
- Messages
- 1
I've looked everywhere and can't find my answer.
I'm trying to use a formula in column E that will enter the current date plus one if column A is equal to A; however, if column A is equal to X the date in column E does not change.
Additionally, if the day is Friday, the date entered will equal whatever date Monday is.
This is what I've been playing with:
=IF(OR(A6="A",B6<>"",C6<>""),IF(WEEKDAY(TODAY())=6,TODAY()+3,TODAY()+1))
However, everytime the computer's date changes so does the date in column E - I don't want it to change.
This is what I currently have:
=IF(OR(A2="A",B2<>"",C2<>""),IF(E2<>"",E2,TODAY()),"")
and works great but doesn't take into account for the weekend.
NOTE: This formula will be placed in several rows in my worksheet.
Any help would be greatly appreciated. Thanks
I'm trying to use a formula in column E that will enter the current date plus one if column A is equal to A; however, if column A is equal to X the date in column E does not change.
Additionally, if the day is Friday, the date entered will equal whatever date Monday is.
This is what I've been playing with:
=IF(OR(A6="A",B6<>"",C6<>""),IF(WEEKDAY(TODAY())=6,TODAY()+3,TODAY()+1))
However, everytime the computer's date changes so does the date in column E - I don't want it to change.
This is what I currently have:
=IF(OR(A2="A",B2<>"",C2<>""),IF(E2<>"",E2,TODAY()),"")
and works great but doesn't take into account for the weekend.
NOTE: This formula will be placed in several rows in my worksheet.
Any help would be greatly appreciated. Thanks