Hello all, I am new to the board. I found this board as I have undertake a very large Excel project. I am currently running Win 7 with Excel 2007.
History:
The user selects from drop down boxes a pressure transmitter range (examples of ranges: 0-100, 0-200, 0-600, 0-1000, 0-5000). I then have a VLOOKUP table that returns the high number to another set of cells so all I have to deal with is the 100, 200, 600, 1000 and 5000. I then use a COUNTIFS to tell me how many values are >= 1000.
Problem:
If any of the numbers are >=1000, then I want all of the ranges be formated without decimals. If all of the numbers are <1000, then I want them to be formated with one decimal place.
What I've tried:
Conditional formatting with a 2 formulas: 1) "Countifs cell value"<>0 then fromat number with 0 decimal place. 2)"Countifs cell valve"=0 then format number with 1 decimal place. This does work, but only for the first time you click it. After that it stops. I want it to be able to change incase the user changes the values.
Your help is greately appreciated.
Dustin
History:
The user selects from drop down boxes a pressure transmitter range (examples of ranges: 0-100, 0-200, 0-600, 0-1000, 0-5000). I then have a VLOOKUP table that returns the high number to another set of cells so all I have to deal with is the 100, 200, 600, 1000 and 5000. I then use a COUNTIFS to tell me how many values are >= 1000.
Problem:
If any of the numbers are >=1000, then I want all of the ranges be formated without decimals. If all of the numbers are <1000, then I want them to be formated with one decimal place.
What I've tried:
Conditional formatting with a 2 formulas: 1) "Countifs cell value"<>0 then fromat number with 0 decimal place. 2)"Countifs cell valve"=0 then format number with 1 decimal place. This does work, but only for the first time you click it. After that it stops. I want it to be able to change incase the user changes the values.
Your help is greately appreciated.
Dustin