ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Conditional Formatting (https://www.excelbanter.com/excel-worksheet-functions/203386-conditional-formatting.html)

Eán[_2_]

Conditional Formatting
 
Hi
Help please
I have entered the following formula into my conditional formatting boxes,
formula is:
C17,1
C1<7,2
C1<=0,3
So that the cell would then be given a 1, 2 or 3 rating - however, there is
no output in my cell?
Am I doing this correctly or is there another way I could do this?

Many thanks in advance.

Roger Govier[_3_]

Conditional Formatting
 
Hi

Conditional Formatting will only change the attributes of a cell, not the
values within the cell.
You would have to use a column alongside with a formula
=IFC1<=0,3,IF(C1<7,2,1))

--
Regards
Roger Govier

"Eán" wrote in message
...
Hi
Help please
I have entered the following formula into my conditional formatting boxes,
formula is:
C17,1
C1<7,2
C1<=0,3
So that the cell would then be given a 1, 2 or 3 rating - however, there
is
no output in my cell?
Am I doing this correctly or is there another way I could do this?

Many thanks in advance.



Ashish Mathur[_2_]

Conditional Formatting
 
Hi,

Conditional formatting can only assist you with formatting cells and not
returning a certain output. Therefore, if you would like 1,2,3 to appear in
the cell, then write the formula in the cell instead of Format Conditional
Formatting. Therefore, in cell C1, the formula would be

If(C17,1if(C1<7,2,if(C1<=0,3,"What ever")))

--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Eán" wrote in message
...
Hi
Help please
I have entered the following formula into my conditional formatting boxes,
formula is:
C17,1
C1<7,2
C1<=0,3
So that the cell would then be given a 1, 2 or 3 rating - however, there
is
no output in my cell?
Am I doing this correctly or is there another way I could do this?

Many thanks in advance.




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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com