If Formula question

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

Guest

Please take a look at this formula and please tell me what is obviously
escaping me to accomplish the following:

=IF(K5="APPROVED","APPROVED",IF(Q5="APPROVED","APPROVED")

What I am trying to add to this is IF either cell does NOT have APPROVED in
it, I want this target cell (V5) to either be blank or say "pending";
whichever is easier. But, whenever I tried to add the FALSE argument, I got
an error message.

Can someone please help?
 
Hi,
=IF(K5="APPROVED","APPROVED",IF(Q5="APPROVED","APPROVED",""))
or
=IF(K5="APPROVED","APPROVED",IF(Q5="APPROVED","APPROVED","Pending"))
Regards,
 

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