Ralph Gregory
Board Regular
- Joined
- Aug 14, 2003
- Messages
- 125
Hi All, I have the following formula to find all rows of data on a sheet Jobs! in column B that matches text from Cell C7 in sheet1. Jobs! sheet has a header row and is of unknown size as the data is refreshed from odbc
The formula works for the first cell it is used in but every cell after it brings up #NUM error...what am I doing wrong?
=SMALL(IF(Jobs!$A$2:$B$65536=OFFSET(Jobs!$B$1,MATCH($C$7,Jobs!$B$2:$B$65536,0),0),ROW(Jobs!$A$2:$B$65536)),ROW(1:1))
The formula works for the first cell it is used in but every cell after it brings up #NUM error...what am I doing wrong?
=SMALL(IF(Jobs!$A$2:$B$65536=OFFSET(Jobs!$B$1,MATCH($C$7,Jobs!$B$2:$B$65536,0),0),ROW(Jobs!$A$2:$B$65536)),ROW(1:1))