Hi there,
This is a work question (using 365), so I've tried to recreate mock data on my home laptop. So unfortunately the FILTER function doesn't work on my mac.
Heres a mock data set:
In this example, BOB MARLEY is linked to the ID: 9812374
From the dataset, in Excel 365, I have used the filter/index function and have successfully created a dropdown list to search based on the BOB MARLEY (Description 2 - Name).
However, I would like to capture transactions with the ID related to Bob as well. These transactions are missing:
What I would like to achieve is, a drop down menu where I can select / retrieve multiple criteria...so both BOB MARLET & ID 9812374. In an ideal scenario, I'd love it to pick up all the transactions like below:
Is there a way to do this without VBA & just use excel formulas?
Thanks for your help!!
This is a work question (using 365), so I've tried to recreate mock data on my home laptop. So unfortunately the FILTER function doesn't work on my mac.
Heres a mock data set:
Date | Description 1 | Description 2 | Description 3 | Combined 1+2+3 | Amount |
10/10/21 | MERCH 9812374 10.10 | BOB MARLEY | Rejected | MERCH 9812374 10.10 BOB MARLEY Rejected | 560 |
28/10/21 | RJ 7395821 28.10 | HARRY JAMES | Payment Stop | RJ 7395821 28.10 HARRY JAMES Payment Stop | 835 |
31/10/21 | RJ 9812374 31.10 | Payment Stop | RJ 9812374 31.10 Payment Stop | -340 | |
1/11/21 | MERCH 9812374 1.11 | BOB MARLEY | Rejected | MERCH 9812374 1.11 BOB MARLEY Rejected | 300 |
3/11/21 | SETT 9812374 3.11 | BOB MARLEY | Closed | SETT 9812374 3.11 BOB MARLEY Closed | 250 |
27/11/21 | RJ 9812374 31.10 | Payment Stop | RJ 9812374 31.10 Payment Stop | -340 | |
2/12/21 | RJ 9812374 2.12 | Payment Stop | RJ 9812374 2.12 Payment Stop | -250 |
In this example, BOB MARLEY is linked to the ID: 9812374
NAME | ID |
BOB MARLEY | 9812374 |
From the dataset, in Excel 365, I have used the filter/index function and have successfully created a dropdown list to search based on the BOB MARLEY (Description 2 - Name).
Name | BOB MARLEY | |
10/10/21 | MERCH 9812374 10.10 BOB MARLEY Rejected | 560 |
1/11/21 | MERCH 9812374 1.11 BOB MARLEY Rejected | 300 |
3/11/21 | SETT 9812374 3.11 BOB MARLEY Closed | 250 |
However, I would like to capture transactions with the ID related to Bob as well. These transactions are missing:
31/10/21 | RJ 9812374 31.10 Payment Stop | -340 |
27/11/21 | RJ 9812374 31.10 Payment Stop | -340 |
2/12/21 | RJ 9812374 2.12 Payment Stop | -250 |
What I would like to achieve is, a drop down menu where I can select / retrieve multiple criteria...so both BOB MARLET & ID 9812374. In an ideal scenario, I'd love it to pick up all the transactions like below:
Name | BOB MARLEY | |
10/10/21 | MERCH 9812374 10.10 BOB MARLEY Rejected | 560 |
1/11/21 | MERCH 9812374 1.11 BOB MARLEY Rejected | 300 |
3/11/21 | SETT 9812374 3.11 BOB MARLEY Closed | 250 |
31/10/21 | RJ 9812374 31.10 Payment Stop | -340 |
27/11/21 | RJ 9812374 31.10 Payment Stop | -340 |
2/12/21 | RJ 9812374 2.12 Payment Stop | -250 |
Is there a way to do this without VBA & just use excel formulas?
Thanks for your help!!