+ Reply to Thread
Results 1 to 3 of 3

Error #NUM! - Array Formula

  1. #1
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Error #NUM! - Array Formula

    Hi,

    Same formula using, why error #NUM! was appear?


    TEXT(MAX(IF(A351:A356=C355&1,B351:B356)),"dd.mm.yyyy")
    Correct result

    TEXT(MAX(IF('FD '!A:A='Welfare AN'!B9&2,'FD '!B:B)),"dd.mm.yyyy")
    Result = #NUM!

    Thanks
    Last edited by Shermaine2010; 08-21-2011 at 03:45 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Error #NUM! - Array Formula

    Obvious, you tried to apply your array formula to entire columns.

    You do understand how an array works, right? EVERY CELL in the range is evaluated individually for the complete instruction, even if a cell is found that resolves it, it keeps going. So in Excel2003 that means your function, applied to an entire column, would try to calculate 65536 separate calcs per cell that had this formula.

    You would most likely crash your computer if Excel allowed this.

    Apply your array to a reasonable number of rows.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    05-09-2010
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    212

    Re: Error #NUM! - Array Formula

    Thanks......

+ 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