Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello, wondering if someone can help me please?
I have a cell that I want to reference to and dependant and what it contains, I would like it to display one of 2 returns. The formulae goes into w5. The reference cell is v5. If V5 is less than or equal to 8% show contents of cell v5 If V5 is greater than 8% then show "REVIEW % too high" =IF V5<=8%,V5,IF V58%,"REVIEW % too high" What am I doing wrong? I also want it to be blank if cell v5 is blank. Thanks in advance B |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=IF(V5="","",IF(V5<=8%,V5,"REVIEW % too high")) HTH, Elkar "Bee" wrote: Hello, wondering if someone can help me please? I have a cell that I want to reference to and dependant and what it contains, I would like it to display one of 2 returns. The formulae goes into w5. The reference cell is v5. If V5 is less than or equal to 8% show contents of cell v5 If V5 is greater than 8% then show "REVIEW % too high" =IF V5<=8%,V5,IF V58%,"REVIEW % too high" What am I doing wrong? I also want it to be blank if cell v5 is blank. Thanks in advance B |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you, that worked a treat! Cheers
"Elkar" wrote: Try this: =IF(V5="","",IF(V5<=8%,V5,"REVIEW % too high")) HTH, Elkar "Bee" wrote: Hello, wondering if someone can help me please? I have a cell that I want to reference to and dependant and what it contains, I would like it to display one of 2 returns. The formulae goes into w5. The reference cell is v5. If V5 is less than or equal to 8% show contents of cell v5 If V5 is greater than 8% then show "REVIEW % too high" =IF V5<=8%,V5,IF V58%,"REVIEW % too high" What am I doing wrong? I also want it to be blank if cell v5 is blank. Thanks in advance B |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OLAP Pivot table - How to show items with no data ? | Excel Worksheet Functions | |||
Lookup items and have picture appear together. | Excel Worksheet Functions | |||
Pareto's Law and ABCD ranking of items | Excel Discussion (Misc queries) | |||
multiple items in database | Excel Worksheet Functions | |||
double lookup, nest, or macro? | Excel Worksheet Functions |