I have the following rows of data in my sheet. Here are six as an example, but I essentially have over 1000 rows of data.
What I want to do is have a drop down list or a pick list setup so that when I select Jess from the picklist, all of Accounts show up like this...
What excel formula do I put in cell E4 (and the rest of the rows in that column downwards) so that every time I change the account owner in cell F1, the appropriate list of accounts show up?
A | B | C | |
1 | Account | Owner | Segment |
2 | Tesla | Jess | COM |
3 | Brookstone | Kelly | SMB |
4 | GoPro | Jess | SMB |
5 | Apple | Linda | ENT |
6 | Kelly | ENT | |
7 | Netflix | Jess | COM |
What I want to do is have a drop down list or a pick list setup so that when I select Jess from the picklist, all of Accounts show up like this...
E | F | G | |
1 | Pick Rep: | Jess | |
2 | |||
3 | Account | Segment | |
4 | Tesla | COM | |
5 | GoPro | SMB | |
6 | NetFlix | COM | |
7 |
What excel formula do I put in cell E4 (and the rest of the rows in that column downwards) so that every time I change the account owner in cell F1, the appropriate list of accounts show up?