#1   Report Post  
Colin2u
 
Posts: n/a
Default # 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?
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

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
  #3   Report Post  
Dodo
 
Posts: n/a
Default

"?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)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 09:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"