NicholasP
Active Member
- Joined
- Nov 18, 2006
- Messages
- 291
I'm having a hard time conceptualizing this formula...Basically I'm trying to get a via 2 conditions like a vlookup..
The formula would look for the first instance where the value in column A was "A" and the value in column B is "Type1"...so the formula would return the value "10"...
Any suggestions would be greatly appreciated.
Thanks
Nick
The formula would look for the first instance where the value in column A was "A" and the value in column B is "Type1"...so the formula would return the value "10"...
Any suggestions would be greatly appreciated.
Thanks
Nick
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | A | Type1 | 10 | |||
2 | B | Type2 | 10 | |||
3 | C | Type1 | 10 | |||
4 | D | Type2 | 10 | |||
5 | A | Type2 | 10 | |||
6 | B | Type1 | 10 | |||
7 | C | Type2 | 10 | |||
8 | D | Type1 | 10 | |||
9 | A | Type1 | 10 | |||
10 | B | Type2 | 10 | |||
11 | C | Type1 | 10 | |||
12 | D | Type2 | 10 | |||
Sheet1 |