ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF Function Question (https://www.excelbanter.com/excel-worksheet-functions/195737-if-function-question.html)

Michelle A

IF Function Question
 
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?

FSt1

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

regards
FSt1

"Michelle A" wrote:

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?


Michelle A

IF Function Question
 
Thank you so much! It worked!

"FSt1" wrote:

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

regards
FSt1

"Michelle A" wrote:

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?


FSt1

IF Function Question
 
glad to help

regards
FSt1

"Michelle A" wrote:

Thank you so much! It worked!

"FSt1" wrote:

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

regards
FSt1

"Michelle A" wrote:

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?



All times are GMT +1. The time now is 03:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com