Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default EXCEL: How do I format a cell if value < 12 then show "LOW STOCK"

Trying to format cells with conditions to show values; LOW, VERY LOW, etc.

Thanks.

CNS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default EXCEL: How do I format a cell if value < 12 then show "LOW STOCK"

You can do this with a formula in another cell but not with formatting
IF(A1<2,"Very Low","OK")
or
IF(A1<2,"Very Low",IF(A1<10,"Low","OK")
and so on
OR
=HLOOKUP(A1,{0,5,10,20;"very low","low","medium","large"},2,TRUE)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"CNSmith" wrote in message
...
Trying to format cells with conditions to show values; LOW, VERY LOW, etc.

Thanks.

CNS



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
EXCEL allow 2 options on status bar e.g. show "Count" + "Sum" LEJM Excel Discussion (Misc queries) 2 November 15th 07 07:49 PM
EXCEL: How do I format a cell if value < 12 then show "LOW STOCK" CNSmith Excel Worksheet Functions 1 March 20th 07 07:30 AM
Format cell to display "Y" or "N"when entering a 1 or zero Brad Excel Discussion (Misc queries) 7 February 8th 07 06:50 PM
Format Cell to show "-1" in subscript PCH Excel Discussion (Misc queries) 1 May 19th 06 02:46 AM
if "a" selected from dropdown menu then show "K" in other cell LEGALMATTERS Excel Worksheet Functions 1 April 13th 06 06:05 PM


All times are GMT +1. The time now is 04:42 AM.

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"