ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   # Value formula (https://www.excelbanter.com/excel-discussion-misc-queries/41014-value-formula.html)

Colin2u

# Value formula
 
I have a formula thats keeps giving me this return: in cell
J47=if(I47<25,H47<if(I47=25,H47+I47))
Is ther a way to prevent this?

Dave Peterson

I bet you typed in the wrong formula in the post.

But check each of those cells to see if they are all numeric. (if you have text
in H47, then H47+I47 would cause that error.)

Colin2u wrote:

I have a formula thats keeps giving me this return: in cell
J47=if(I47<25,H47<if(I47=25,H47+I47))
Is ther a way to prevent this?


--

Dave Peterson

Dodo

"?B?Q29saW4ydQ==?=" wrote in
:

I have a formula thats keeps giving me this return: in cell
J47=if(I47<25,H47<if(I47=25,H47+I47))
Is ther a way to prevent this?


Is it a typo?

=if(I47<25,H47,if(I47=25,H47+I47))

This does the same:

=if(I47<25,H47,H47+I47)

Looks better that way. Or do I miss something?


--

It is I, DeauDeau
(Free after monsieur Leclerc in 'Allo, 'allo)


All times are GMT +1. The time now is 03:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com