On 2002-10-08 16:20, shades wrote:
Regarding "Null Returns," I have this formula:
=INDEX(Work!$B$1:$F$823, MATCH($D8,Work!$D$1:$D$823,), MATCH("SOV",Work!$B$1:$F$1,))
which returns #N/A in some situations. I have tried the advice in this list to avoid #N/A but XL (2002) notes that I have too many arguments or an invalid argument. Here is what I tried:
=IF(ISNUMBER(INDEX(Work!$B$1:$F$823, MATCH($D8,Work!$D$1:$D$823,), MATCH("SOV",Work!$B$1:$F$1,)),"")
But, obviously I'm doing something wrong. I'm either too old, too slow, or too confused to figure it out.
Any help is appreciated.