leeklammer
New Member
- Joined
- Nov 23, 2011
- Messages
- 4
Is there a formula to search the entire spreadsheet (or a range) for a value and have the cell location returned?
For example:
| A | B | C |
1| William | Bill | Willy |
2| Richard | Rich | **** |
3| Steven | Steve| Stevy |
4| Harold | Hank | Harry |
Sheet1
I know that =MATCH("Steve",'Sheet1'!B:B,0) will return 3.
I know that =MATCH("Steve",'Sheet1'!3:3,0) will return 2 (a.k.a. 2nd column which is B)
Is there a variation of the MATCH function something like =MATCH("Steve",Sheet1,0) that would return B3?
For example:
| A | B | C |
1| William | Bill | Willy |
2| Richard | Rich | **** |
3| Steven | Steve| Stevy |
4| Harold | Hank | Harry |
Sheet1
I know that =MATCH("Steve",'Sheet1'!B:B,0) will return 3.
I know that =MATCH("Steve",'Sheet1'!3:3,0) will return 2 (a.k.a. 2nd column which is B)
Is there a variation of the MATCH function something like =MATCH("Steve",Sheet1,0) that would return B3?