josvill2010
New Member
- Joined
- Jun 1, 2011
- Messages
- 40
- Office Version
- 365
Hi,
I have tried to add another condition to this index formula as I have noted sometime the number that I am looking for eg A purchase order (PO) number might appear twice under a different label (GL).
The PO might have two different values for the two different labels. The formula also bring the information of the month of when the PO was used.
For example
This formula is working
=INDEX('Open PO'!$A:$X,MATCH($C20,'Open PO'!$G:$G,0),MATCH(T$11,'Open PO'!$A$3:$X$3,0))
But then I need help with adding another criteria.
=INDEX('Open PO'!$A:$X,MATCH(1,($C20='Open PO'!$G:$G)*($C16='Open PO'!E:E),0),(T$11='Open PO'!$A$3:$X$3))
I want to add the criteria for the GL so it brings a different line but it is not working
I have tried to add another condition to this index formula as I have noted sometime the number that I am looking for eg A purchase order (PO) number might appear twice under a different label (GL).
The PO might have two different values for the two different labels. The formula also bring the information of the month of when the PO was used.
For example
This formula is working
=INDEX('Open PO'!$A:$X,MATCH($C20,'Open PO'!$G:$G,0),MATCH(T$11,'Open PO'!$A$3:$X$3,0))
But then I need help with adding another criteria.
=INDEX('Open PO'!$A:$X,MATCH(1,($C20='Open PO'!$G:$G)*($C16='Open PO'!E:E),0),(T$11='Open PO'!$A$3:$X$3))
I want to add the criteria for the GL so it brings a different line but it is not working
Excel to test.xlsx | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |||
11 | PO | Supplier | Title | Description | Requestor | Need by | Amount | Billed | Unbilled | Run Rate | Q2'20 | Q3'20 | Q4'20 | Q1'21 | Q2'21 | Q3'21 | Q4'21 | Q1'22 | |||
12 | |||||||||||||||||||||
13 | |||||||||||||||||||||
14 | CLN | 2010 - VEHICLES (LEASES & PURCHASES) - OPEX | - | 11,494 | 23,782 | 5,366 | 4,531 | 4,396 | 5,079 | 3,335 | |||||||||||
15 | PO | Supplier | Title | Description | Requestor | Need by | Amount | Billed | Unbilled | Run Rate | |||||||||||
16 | CLN | GL EQUIPMENT | - | - | - | - | - | - | 45,999 | 35,075 | |||||||||||
17 | PO | Supplier | Title | Description | Requestor | Need by | Amount | Billed | Unbilled | Run Rate | |||||||||||
18 | 70000156486 | test 1 | test 2 | test 3 | test 4 | test 5 | test 6 | test 7 | test 8 | test 9 | - | - | - | - | - | - | - | - | |||
19 | 70000059248 | test 1 | test 2 | test 3 | test 4 | test 5 | test 6 | test 7 | test 8 | test 9 | - | - | - | - | - | - | - | - | |||
20 | 70000012329 | test 1 | test 2 | test 3 | test 4 | test 5 | test 6 | test 7 | test 8 | test 9 | - | - | - | 4,397 | 4,531 | 4,396 | 5,079 | $3,335 | |||
21 | EMEA | ||||||||||||||||||||
CLN |
Cell Formulas | ||
---|---|---|
Range | Formula | |
T20 | T20 | =INDEX('Open PO'!$A:$X,MATCH($C20,'Open PO'!$G:$G,0),MATCH(T$11,'Open PO'!$A$3:$X$3,0)) |
T21:AQ21 | T21 | =INDEX('Open PO'!$A:$X,MATCH(1,($C20='Open PO'!$G:$G)*($C16='Open PO'!E:E),0),(T$11='Open PO'!$A$3:$X$3)) |
Dynamic array formulas. |