Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default How less value cell alert in an other cell

If cell A1 have Less then value 50, the Cell B2 Should become Red or any cell
formate color(Cell B2 written "LESS VALUE")
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How less value cell alert in an other cell

If you are asking how to put the text in B2 (and if you want the cell blank
if A1=50), then you need the formula =IF(A1<50,"LESS VALUE","")

If you are asking how to make B2 go red when A1<50, then in cell B2, Format/
Conditional Formatting/ Formula Is: =A1<50
Choose your red format.
--
David Biddulph

"Qazi Ahmad" wrote in message
...
If cell A1 have Less then value 50, the Cell B2 Should become Red or any
cell
formate color(Cell B2 written "LESS VALUE")



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default How less value cell alert in an other cell

"Qazi Ahmad" wrote in message
...
If cell A1 have Less then value 50, the Cell B2 Should become Red or any
cell
formate color(Cell B2 written "LESS VALUE")


Select B2.
Format Conditional formatting.
Change "Cell Value Is" to "Formula Is" and put this formula in the box:
=($A$1<50)
Press "Format..." button and choose the format you want.
Click OK buttons to finish.


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
alert before deleting contents of a cell Mortgage Man Excel Discussion (Misc queries) 3 December 15th 06 04:30 PM
Sound+color alert if cell changed in another worksheet florinel Excel Discussion (Misc queries) 0 May 25th 06 04:52 PM
Can I set an audio alert that triggers as Excel cell value chgs? SellUnHi Excel Discussion (Misc queries) 3 June 9th 05 07:30 PM
can I set-up an alert in a cell? Scott Excel Discussion (Misc queries) 4 April 13th 05 04:14 PM
Alert If Cell Value Is a Certain Value SteveLincoln Excel Discussion (Misc queries) 1 March 18th 05 11:46 AM


All times are GMT +1. The time now is 11:15 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"