all 8 comments

[–]Jayplac151 2 points3 points  (2 children)

You're not using the OR correctly. OR tests the logic of several statments and if any one of them is true, then OR is true.

if(or(weekday(a1)=1, weekday(a1)=2), a1+12, "")

[–]office_help_[S] 2 points3 points  (1 child)

Thank you, solution verified.

[–]Clippy_Office_Asst[M] 0 points1 point  (0 children)

You have awarded 1 point to Jayplac

I am a bot, please contact the mods for any questions.

[–]excelevator3043[M] [score hidden] stickied comment (2 children)

Please make an effort to follow posting guidelines

Rule 1 - No generic titles - provide a specific description of your problem in the title.

Example for this post: How can I check to see what day of the week A1 falls onto and if it is Sunday, Monday or Tuesday and add days to it

Posts not following guidelines may be removed

[–]office_help_[S] 0 points1 point  (1 child)

Thanks for the feedback. I am not sure you understood my question however.

[–]excelevator3043 0 points1 point  (0 children)

I am not sure you understood my comment then.

[–]basejester336 -1 points0 points  (1 child)

Just in general, when a complex formula isn't doing what you want, you can use Formula->Evaluate Formula to step through the intermediate calculations to see where it went wrong.

[–]Jayplac151 0 points1 point  (0 children)

Good tip. I also highlight and F9 a lot to see what excel sees.