IF Function Question

M

Michelle A

I am trying to format a column to show either "Paid", or nothing if the cell
next to it contains a certain value. Below is an example:

Cell C2 will either equal "Self" or "Bank". I want Cell C3 to say "Paid" if
C2=Bank, and to be blank if C2=Self. I keep getting a #NAME error and cannot
figure out why. This is the formula I am trying to use:

=IF(C2=Bank, "Paid", "")

What am I doing wrong?
 
F

FSt1

hi
enclose the word bank in quotes and your problem will go away.
=IF(C2="Bank", "Paid", "")

regards
FSt1
 

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

Top