If text then number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Simple problem I'm sure...

if(A1= "*",3,"")

A1 contains a formula that may or may not copy text from another worksheet.

I realize that the wildcard doesn't work in this context but anything else I
have tried comes back "true".

Thanks
 
A1 contains a formula that may or may not copy text from another
worksheet.

When you say "may not" does that mean the cell is blank?

Maybe this:

=IF(A1<>"",3,"")

<> means: is not equal to

Biff
 

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