bademployee
Board Regular
- Joined
- Aug 19, 2010
- Messages
- 184
Hi all,
Appreciate any help to solve below:-
Sheet1:
[/URL][/IMG]
B3 is a validation list to of company's.
B4 is another validation list of products, depending on what company is selected in B3.
Sheet2:
[/URL][/IMG]
On sheet1, I am trying to fill E4:I7 from data on sheet2, depending on what company is selected in B3 & what product is selected in B4.
In E4, I've come up with:
=INDEX('sheet2'!$A$1:$A$27,0,MATCH(B$4,'sheet2'!$A$1:$A$27)+MATCH($E$3,'sheet2'!B1:f1,0))
Not really sure what I'm doing.
Thanks in advance.
Mark
Appreciate any help to solve below:-
Sheet1:
B3 is a validation list to of company's.
B4 is another validation list of products, depending on what company is selected in B3.
Sheet2:
On sheet1, I am trying to fill E4:I7 from data on sheet2, depending on what company is selected in B3 & what product is selected in B4.
In E4, I've come up with:
=INDEX('sheet2'!$A$1:$A$27,0,MATCH(B$4,'sheet2'!$A$1:$A$27)+MATCH($E$3,'sheet2'!B1:f1,0))
Not really sure what I'm doing.
Thanks in advance.
Mark