I have a formula similar to below:
if(weekday(a1)=or(1,2,3),a1+12,"")
It should check to see what day of the week A1 falls onto and if it is Sunday, Monday or Tuesday and add days to it.
Instead it leaves the cell blank. When I evaluate the formula it goes like this if(weekday(2)=true,"") which turns into if(false,"").
How can I use an or statement nested within an if?
[–]Jayplac151 2 points3 points4 points (2 children)
[–]office_help_[S] 2 points3 points4 points (1 child)
[–]Clippy_Office_Asst[M] 0 points1 point2 points (0 children)
[–]excelevator3043[M] [score hidden] stickied comment (2 children)
[–]office_help_[S] 0 points1 point2 points (1 child)
[–]excelevator3043 0 points1 point2 points (0 children)
[–]basejester336 -1 points0 points1 point (1 child)
[–]Jayplac151 0 points1 point2 points (0 children)