Simple IF statement

  • Thread starter Thread starter Steve Douglas P2p, MCP
  • Start date Start date
S

Steve Douglas P2p, MCP

Hi All,

I need to get a formula which says if there is any value in a2, then
make a1 = "Accepted"
Im sure I need an If statement, but not sure how I do the "any value"
bit.
Appologies I am a noob to this.

Many Thanks
Steve
 
=IF(A2<>"","Accepted","")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Thanks all, very kind for your answers.

Kind Regards
Steve
 

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