I'm no Excel expert -- so forgive me if I use the incorrect terminology.
In a report I've created using Excel, there is a cell that is to produce a conditional value. The formula I've written for the cell is as follows:
=IF(CalcSheet!F58>1,"low agr",IF(CalcSheet!F58>=0.6,"mod agr","high agr"))
The cell from which the value is created (CalcSheet!F58) has a formula in it that replaces errors with an empty cell. The formula is as follows:
=IFERROR((RaterGroups!AD10),"")
The cell that produces the values of "low agr", "mod agr", or "high agr" is producing a value of "low agr" when CalcSheet!F58 is an empty cell. I don't want it to do that. Ideally, I want it to produce an empty cell itself. Alternatively (though a bit less desirable) would be for the cell to produce an error message -- but "low agr" is NOT appropriate.
Any suggestions on how to add to my conditional statement such that it will produce an empty cell when the cell value it is drawing upon is an empty cell? Thanks so much!
Daniel
In a report I've created using Excel, there is a cell that is to produce a conditional value. The formula I've written for the cell is as follows:
=IF(CalcSheet!F58>1,"low agr",IF(CalcSheet!F58>=0.6,"mod agr","high agr"))
The cell from which the value is created (CalcSheet!F58) has a formula in it that replaces errors with an empty cell. The formula is as follows:
=IFERROR((RaterGroups!AD10),"")
The cell that produces the values of "low agr", "mod agr", or "high agr" is producing a value of "low agr" when CalcSheet!F58 is an empty cell. I don't want it to do that. Ideally, I want it to produce an empty cell itself. Alternatively (though a bit less desirable) would be for the cell to produce an error message -- but "low agr" is NOT appropriate.
Any suggestions on how to add to my conditional statement such that it will produce an empty cell when the cell value it is drawing upon is an empty cell? Thanks so much!
Daniel