Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 97
Default cell conditional formatting

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default cell conditional formatting

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default cell conditional formatting

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
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--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Conditional formatting Based on cell A text with conditions in Cell B Raicomm Excel Discussion (Misc queries) 0 January 21st 08 04:46 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM


All times are GMT +1. The time now is 10:40 AM.

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

About Us

"It's about Microsoft Excel"