+ Reply to Thread
Results 1 to 3 of 3

# Value formula

  1. #1
    Colin2u
    Guest

    # 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. #2
    Dave Peterson
    Guest

    Re: # Value formula

    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. #3
    Dodo
    Guest

    Re: # Value formula

    "=?Utf-8?B?Q29saW4ydQ==?=" <[email protected]> wrote in
    news:[email protected]:

    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1