I need to create an 'if' statement that does the following...
If E2>40, and F2 is MA or CA or GA or RI then"Check State" if not leave blank ("").
Can you do an if statement with and and or in the same formula?
Last edited by perryre; 02-14-2012 at 03:30 PM.
im no expert but i would say that this should do your task
=IF(AND(E2>40,OR(F2="MA",F2="CA",F2="GA",F2="RI")),"Check State","")
i think
Thanks...I had the principle but the format was wrong - this works.
glad you got it working
if a my post helped can you hit the rep button (little star shape under the user details)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks