Forum Discussion
Drclone
Mar 21, 2022Copper Contributor
Result of formula isn't a numer
Hi peeps! I need some help with my formula in excel. Here my example: f5 5 no ONWAAR The f5 is in row A, 5 row B etc. So whats going on? Row A In the first cel you see "f5"...
- Mar 21, 2022
You compare text with number, it always "no". It could be
=IF(B1="5";"yes";"no")
or add double dash in front of substitutes formula.
SergeiBaklan
Mar 21, 2022Diamond Contributor
You compare text with number, it always "no". It could be
=IF(B1="5";"yes";"no")
or add double dash in front of substitutes formula.
- DrcloneMar 21, 2022Copper ContributorWow! I've been looking for so long haha. Thank you!