View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Array Doesn't work in Excel 2003

Clarification:

In Excel versions prior to Excel 2007 you can't use entire columns as range
references.


You can't use entire columns as range references *in array formulas*.


--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
What does "cleaning_status" refer to? In Excel versions prior to Excel
2007 you can't use entire columns as range references. If
"cleaning_status" refers to an entire column change it to a smaller
specific range.

--
Biff
Microsoft Excel MVP


"ghowell" wrote in message
...
I created the following array in Excel 2007 and it works fine.

I then save the spreadsheet to be compatable with 2003 and when I open
the
file the data is there, but any changes to the data or the array and the
cell
goes blank.

Is it possible that somethign in the formula is incompatable with 2003?

Thanks in advance for any help.

=IF(ISERROR(INDEX('Roll Cleaning Data'!C:D,SMALL(IF(cleaning_status="
",ROW(cleaning_status)),ROW('Roll Cleaning Data'!1:1)),2)),"
",INDEX('Roll
Cleaning Data'!C:D,SMALL(IF(cleaning_status="
",ROW(cleaning_status)),ROW('Roll Cleaning Data'!1:1)),2))