Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a cell Q144 that I would like to place conditional
formatting into. But it depends on the cell (I144) that will either have "X" in it or not. If I144 does have the "X" then I would like to have Q144 multiply 2 cells (K144 * N144) and have the cell Q144 say "Lost (whatever the dollar amt is). I am having a quandry of what to place in the conditional formatting formula line for Q144. If anyone can assist, thanks. *** John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
this is not a conditional formating issue but a formula issue :-) Enter the following formula in cell Q144 =IF(I144="X","Lost " & K144*N144,"") -- Regards Frank Kabel Frankfurt, Germany "John" schrieb im Newsbeitrag ... I have a cell Q144 that I would like to place conditional formatting into. But it depends on the cell (I144) that will either have "X" in it or not. If I144 does have the "X" then I would like to have Q144 multiply 2 cells (K144 * N144) and have the cell Q144 say "Lost (whatever the dollar amt is). I am having a quandry of what to place in the conditional formatting formula line for Q144. If anyone can assist, thanks. *** John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Conditional formatting can't change the value in a cell, only the font
or background. You can enter this in Q144: =IF(I144="X","Lost " & TEXT(K144*N144,"$#,##0.00"),"") In article , "John" wrote: I have a cell Q144 that I would like to place conditional formatting into. But it depends on the cell (I144) that will either have "X" in it or not. If I144 does have the "X" then I would like to have Q144 multiply 2 cells (K144 * N144) and have the cell Q144 say "Lost (whatever the dollar amt is). I am having a quandry of what to place in the conditional formatting formula line for Q144. If anyone can assist, thanks. *** John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Conditional formatting Based on cell A text with conditions in Cell B | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions |