IF statement

  • Thread starter Thread starter Cathy
  • Start date Start date
C

Cathy

Does anyone know fomula that looks at C2. If that cells has a name, then in
D2 (which is where the forumla will be) is automatically inserts 5.50.

Cathy
 
More detail needed about "has a name". Is there a list of valid names
somewhere on your worksheet (if so, where)? Will any text in C2 be enough to
qualify as a name?

Rick
 
Hi Cathy,

Suppose that C2 either contains a name or is empty, then the formula would be
=IF(C2<>"",5.5,"")

You didn't say what you want if the C2 is empty so I have the formula
displaying a blank. I you want 0 the replace the last "" with 0.
 
Dear Cathy, enter this formula in cell D2. (e-mail address removed)
=IF(c2="","","5.50")
 

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