Forum Discussion
Excel functions returning unexpected result
- Nov 08, 2021
@ thought I should post this as I found the issue myself.
Examining the workbook - which I had received from a colleague - I discovered that under the Formulas Tab in the Name Manager that the word no had aligned with the Value #REF! Deleting this seemed to clear the issue.
Daithi_O_Broin You forgot the quote marks around no increase.
This is what you have in H4 right now:
=IF(H3>H2,"Increased",no Increase)
- Riny_van_EekelenNov 03, 2021Platinum Contributor
Daithi_O_Broin Actually, I never use that function dialogue box. But I tried it now and the quote marks are included automatically in my case, for both the if_true and if_false values.
Don't know why it doesn't work for you.
- Daithi_O_BroinNov 03, 2021Copper ContributorThanks Riny. I will look further.
- Daithi_O_BroinNov 08, 2021Copper Contributor
@ thought I should post this as I found the issue myself.
Examining the workbook - which I had received from a colleague - I discovered that under the Formulas Tab in the Name Manager that the word no had aligned with the Value #REF! Deleting this seemed to clear the issue.