Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JS
 
Posts: n/a
Default If Statement/Conditional Formatting

If Kaiser is entered in Column C, I want column F's figure to be displayed in
red. Does anyone know how to write formula? I am not that experienced with
formulas but know it can be done.

C D E F
Anthem 44115 #N/A $123.00
UHC 44511 #N/A $1,234.00
Aetna 44623 #N/A $12,345.00
Kaiser 130021 #N/A $45,646.00

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default If Statement/Conditional Formatting

If your data begins in row 1, start in cell F1. Select that cell, then
Format Conditional Formatting. In the first drop-down, choose 'Formula
Is'. Then in the text box, enter =(C1="Kaiser"). Use the buttons to choose
the format you want then click OK.
You should be able to use the format painter to copy that format (including
the conditional format) to subsequent cells in column F. Or after setting up
cell F1, select column F and ctrl+y to repeat the conditional formatting.

"JS" wrote:

If Kaiser is entered in Column C, I want column F's figure to be displayed in
red. Does anyone know how to write formula? I am not that experienced with
formulas but know it can be done.

C D E F
Anthem 44115 #N/A $123.00
UHC 44511 #N/A $1,234.00
Aetna 44623 #N/A $12,345.00
Kaiser 130021 #N/A $45,646.00

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JS
 
Posts: n/a
Default If Statement/Conditional Formatting

It worked! Thank you so much!

"bpeltzer" wrote:

If your data begins in row 1, start in cell F1. Select that cell, then
Format Conditional Formatting. In the first drop-down, choose 'Formula
Is'. Then in the text box, enter =(C1="Kaiser"). Use the buttons to choose
the format you want then click OK.
You should be able to use the format painter to copy that format (including
the conditional format) to subsequent cells in column F. Or after setting up
cell F1, select column F and ctrl+y to repeat the conditional formatting.

"JS" wrote:

If Kaiser is entered in Column C, I want column F's figure to be displayed in
red. Does anyone know how to write formula? I am not that experienced with
formulas but know it can be done.

C D E F
Anthem 44115 #N/A $123.00
UHC 44511 #N/A $1,234.00
Aetna 44623 #N/A $12,345.00
Kaiser 130021 #N/A $45,646.00

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default If Statement/Conditional Formatting

Assuming that C2:F5 contains the data, try the following...

1) Select F2:F5, making sure that F2 is the active cell

2) Format Conditional Formatting Formula Is

3) Enter the following formula:

=$C2="Kaiser"

4) Choose your formatting

5) Click Ok

Hope this helps!

In article ,
JS wrote:

If Kaiser is entered in Column C, I want column F's figure to be displayed in
red. Does anyone know how to write formula? I am not that experienced with
formulas but know it can be done.

C D E F
Anthem 44115 #N/A $123.00
UHC 44511 #N/A $1,234.00
Aetna 44623 #N/A $12,345.00
Kaiser 130021 #N/A $45,646.00

Thanks!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting Error ddate Excel Worksheet Functions 0 May 5th 05 09:00 PM
difficulty with conditional formatting Deb Excel Discussion (Misc queries) 0 March 23rd 05 06:13 PM
Formatting dates in the future Compass Rose Excel Worksheet Functions 3 January 17th 05 10:39 PM
Copy conditional formatting across multiple rows? Gil Excel Discussion (Misc queries) 1 January 11th 05 11:27 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


All times are GMT +1. The time now is 06:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"