=IF(F17>F18;B17;B18)+IF(F17=F18;A17;A18)
It says #VALUE!
=IF(F17>F18;B17;B18)+IF(F17=F18;A17;A18)
It says #VALUE!
IF function, one of the logical functions, to return one value if a condition is true and another value if it's false.
‘=IF(logical_test,[value_if_true],[value_if_false])’
=IF(F17=>F18;B17;B18 <----logical_test,...........)
Any chance you could upload a sample workbook?
Click on GO ADVANCED, scroll down and click Manage Attachments.
If posting code please use code tags, see here.
I replicated this quickly just now and found no errors.
The only thing I had to change was the ";" to "," as I am not sure if it is Excel version or not but I use "," in my formulas.
Yeah, here it is.
(My workbook is in Danish and I can't change it, but tell me if you get it in danish and I'l translate for you)
Which cell is the problem formula in?
By the way, I'm in the UK and the formulas 'translated' just fine, ie ; was replaced with ,.
Just found a formula on the sheet named 'Section 1' in cell H16 that's returning #VALUE! - when evaluating the formula it appears it's pulling a text value from B18.
If you want to concatentate text use & instead of +.
Withdrawn by FR.
Dave
If you want to work with text values then you need to use the & string operator instead of the arithmetic + operator, otherwise you'll get the error(s) you are describing.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks