Simple IF statement

  • Thread starter Steve Douglas P2p, MCP
  • 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
 
B

Bob Phillips

=IF(A2<>"","Accepted","")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top