+ Reply to Thread
Results 1 to 2 of 2

cell returns wrong value

  1. #1
    garyww
    Guest

    cell returns wrong value


    I have the cell return wrong value

    ie. M cell returns #VALUE!
    where M cell forumla is =SUM(I2*AU2)
    I2= 20871

    and
    AU2 cell is no value pluged in"
    where AU2
    =IF(ISERROR((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2),
    "",ROUND((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2,3))


    Now, I do not want the M cell returns with #VALUE!, i want it blank or
    if the
    future there is a value in AU2, it returns a correct number.

    thanks
    gar
    email: [email protected]


    +-------------------------------------------------------------------+
    |Filename: 經緯紗用量計算.zip|
    |Download: http://www.excelbanter.com/attachment.php?attachmentid=75|
    +-------------------------------------------------------------------+



    --
    garyww

  2. #2
    Fred Smith
    Guest

    Re: cell returns wrong value

    Use:

    =if(iserror(i2*au2),"",i2*au2)

    --
    Regards,
    Fred


    "garyww" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I have the cell return wrong value
    >
    > ie. M cell returns #VALUE!
    > where M cell forumla is =SUM(I2*AU2)
    > I2= 20871
    >
    > and
    > AU2 cell is no value pluged in"
    > where AU2
    > =IF(ISERROR((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2),
    > "",ROUND((AM2/(AG2+AJ2+AM2)*AD2)*A2*1.05/840/AL2,3))
    >
    >
    > Now, I do not want the M cell returns with #VALUE!, i want it blank or
    > if the
    > future there is a value in AU2, it returns a correct number.
    >
    > thanks
    > gar
    > email: [email protected]
    >
    >
    > +-------------------------------------------------------------------+
    > |Filename: 經緯紗用量計算.zip|
    > |Download: http://www.excelbanter.com/attachment.php?attachmentid=75|
    > +-------------------------------------------------------------------+
    >
    >
    >
    > --
    > garyww




+ 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