TAPS_MikeDion
Well-known Member
- Joined
- Aug 14, 2009
- Messages
- 622
- Office Version
- 2011
- Platform
- MacOS
Hi all,
I was unable to find an answer to this in my search of the forum. I realize this is probably one of the easiest questions to answer on here, but can the "value_if_true" or "value_if_false" in an IF statement be set up to return both a text and numeric response?
IF(logical_expression,value_if_true, value_if_false)
For example (and I know this syntax will return a formula parse error ),
=IF(H34>8,"OVERTIME = "H34-8,)
but can another formula be used to have the cell show either nothing (if false), or if true show "OVERTIME = " plus the value of a specified cell, minus 8?
Thanks,
Mike
I was unable to find an answer to this in my search of the forum. I realize this is probably one of the easiest questions to answer on here, but can the "value_if_true" or "value_if_false" in an IF statement be set up to return both a text and numeric response?
IF(logical_expression,value_if_true, value_if_false)
For example (and I know this syntax will return a formula parse error ),
=IF(H34>8,"OVERTIME = "H34-8,)
but can another formula be used to have the cell show either nothing (if false), or if true show "OVERTIME = " plus the value of a specified cell, minus 8?
Thanks,
Mike