+ Reply to Thread
Results 1 to 4 of 4

#VALUE! Error In With Array Formula

  1. #1
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    #VALUE! Error In With Array Formula

    Good morning,

    I need some assistance with below. I have this formula in every other row - then I have a grand-total of these values in a Range Name (alpha-numeric). I am attempting to use this range name along with another range name in a calculation: =sum(RAWMATERIAL426 - DAILYRAWING426) and I am receiving the #VALUE!.

    I understand it is attempting to calculate a string but not sure...Is it the Range Name(s) that are producing this #VALUE! error because all of the cells involved in the formula with the 'number format.' Or is it the array triggering the error.


    1) 1st RANGE NAME FOR THE GRAND-TOTAL IS RAWMATERIAL426 (426 = daily date)

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    2) 2nd RANGE NAME: DAILYRAWING426

    Can someone please assist me with creating a better formula as soon as possible.

    Thanks a bunch. Deanna

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: #VALUE! Error In With Array Formula

    if any of the cells return "" you cannot subtract them and will get a #VALUE error. perhaps you need to return 0 instead?
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: #VALUE! Error In With Array Formula

    What is these supposed to refer to?

    FlourTbl!RecCode&FlourTbl!IngCode
    If posting code please use code tags, see here.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: #VALUE! Error In With Array Formula

    Perhaps try 2 SUMs like this

    =SUM(RAWMATERIAL426)-SUM(DAILYRAWING426)
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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