Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Ok. All I want to do is to say if Col A = "Yes" or Col B = "Yes" I want a
Yes printed in Col C. I can't seem to figure this one out. Thanks for your assistance. |
#2
![]() |
|||
|
|||
![]()
In C1 =if(or(A1="Yes",B1="Yes"),"Yes","")
"Mad Dog" wrote: Ok. All I want to do is to say if Col A = "Yes" or Col B = "Yes" I want a Yes printed in Col C. I can't seem to figure this one out. Thanks for your assistance. |
#3
![]() |
|||
|
|||
![]()
Hi
Try something like: =IF(OR(A2="Yes",B2="Yes"),"Yes","") in C2 -- Andy. "Mad Dog" wrote in message ... Ok. All I want to do is to say if Col A = "Yes" or Col B = "Yes" I want a Yes printed in Col C. I can't seem to figure this one out. Thanks for your assistance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
One formula on multiple workbooks question | Excel Discussion (Misc queries) | |||
time formula question... | Excel Discussion (Misc queries) | |||
formula Question | Excel Discussion (Misc queries) | |||
Help with macro formula and variable | Excel Worksheet Functions |