I need to add an 'OR' statement to both the following formulas;
=IF(Q3="Y","Y","")
Q3 needs to be Y OR A
=IF(AND(Q3="",V3="Y"),"Y","")
V3 needs to be Y OR A
Any help would be much appreciated.
I need to add an 'OR' statement to both the following formulas;
=IF(Q3="Y","Y","")
Q3 needs to be Y OR A
=IF(AND(Q3="",V3="Y"),"Y","")
V3 needs to be Y OR A
Any help would be much appreciated.
Last edited by AllenMead; 09-24-2010 at 03:00 AM.
Not sure but maybe...
=IF(OR(Q3={"Y","A"}),"Y","")
=IF(AND(Q3="",OR(V3={"Y","A"})),"Y","")
Люди, питающие благие намерения, как раз и становятся чудовищами.
Regards, ?Born in USSR?
Vusal M Dadashev
Baku, Azerbaijan
Spot on, thank you for your help.
Allen, please remember to mark your threads as Solved.
How to mark a thread Solved
Go to the first post
Click edit
Click Go Advanced
Just below the word Title you will see a dropdown with the word No prefix.
Change to Solved
Click Save
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