zelgar's solution has a typo, and doesn't give the desired result:[ol 1]
[li]Formula missing an end parenthesis, could have been a copy/paste issue, but just realize that if you try it, and Excel 2010 will autocorrect it for you if you allow it to, so that becomes a moot point.[/li]
[li]The result is 0, not blank/null.[/li]
[/ol]
randy700's solution would work if edited. He put
"NO CHANGE" where the desired value would simply be
""
Deniall's solution works, and seems to give the desired outcome if you correct the one typo error:
Code:
=IF(ISBLANK(H2),"", IF(H2=0,"No stock", IF(H2<C2,"Low stock",[highlight]"[/highlight]High stock")))
(It was missing one quotation mark on the final value). At least Excel 2010 sees this and fixes it if you accept the modification.
Brianfree, Please post back with what solution you go with, whether one here, or if you found or came up with one on your own.
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57