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
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.
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 theicon 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!)
Thanks......
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks