IF Formula analysis on single cell

Joined
Aug 31, 2006
Messages
4
Reaction score
0
I have a string of data of about 1,000 lines eg

Yes Yes
No No
Other Formula
"" ""

if the cell = either Yes or No I want it to return the value Yes or No, otherwise I want to return a Formula I have set up. I can olny get the if function to work on a single function.

I want the function to look like:

if(a1="Yes"or"No","Yes"or"No",Formula).

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top