if function and another cell value

  • Thread starter Thread starter Wanna Learn
  • Start date Start date
W

Wanna Learn

Hello my formula is =if(O80,="Commercial","Contact+ N80",false) . This
is what I need if cell O80= commercial ,then Contact (here goes the name of
the person that is in cell N80. thanks in advance
 
You were very close:

=IF(O80="Commercial","Contact " & N80,FALSE)
 

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