I am useing the following formula:
=IF(ROWS(C$4:C4)>$I$1,"",INDEX(Equipment!$D:$D,SMALL(IF(Equipment!$C:$C=$A$2,ROW(Equipment!$C:$C)),ROWS(C$4:C4))))
but when i use it to find an alphanumaric entry in C:C it comes back with an Num error... most likly due to teh letters...
just wondering if there is a way to fix that so it will report the correct value...
Thanks
=IF(ROWS(C$4:C4)>$I$1,"",INDEX(Equipment!$D:$D,SMALL(IF(Equipment!$C:$C=$A$2,ROW(Equipment!$C:$C)),ROWS(C$4:C4))))
but when i use it to find an alphanumaric entry in C:C it comes back with an Num error... most likly due to teh letters...
just wondering if there is a way to fix that so it will report the correct value...
Thanks