M
Me
Good day, I've asked this before but not well enough. I have a table that
looks like below:
date deal deal# rep amt
status
01/01/01 GK 1 tom 349 app
01/01/01 GK 2 nancy 698 app
01/01/01 GK 3 harry 698 app
01/01/01 GK 4 tom 174 app
01/01/01 GK 5 nancy 698 app
What I would like is to be able to seperate each of the entries (sorted by
"rep") onto a designated area on a separate worksheet like so:
date deal deal# rep amt
status
01/01/01 GK 1 tom 349 app
01/01/01 GK 4 tom 174 app
date deal deal# rep amt
status
01/01/01 GK 2 nancy 698 app
01/01/01 GK 5 nancy 698 app
date deal deal# rep amt
status
01/01/01 GK 3 harry 698 app
I'm not sure if I should be using INDEX or VLOOKUP or what. Any help would
be greatly appreciated.
-Rob
looks like below:
date deal deal# rep amt
status
01/01/01 GK 1 tom 349 app
01/01/01 GK 2 nancy 698 app
01/01/01 GK 3 harry 698 app
01/01/01 GK 4 tom 174 app
01/01/01 GK 5 nancy 698 app
What I would like is to be able to seperate each of the entries (sorted by
"rep") onto a designated area on a separate worksheet like so:
date deal deal# rep amt
status
01/01/01 GK 1 tom 349 app
01/01/01 GK 4 tom 174 app
date deal deal# rep amt
status
01/01/01 GK 2 nancy 698 app
01/01/01 GK 5 nancy 698 app
date deal deal# rep amt
status
01/01/01 GK 3 harry 698 app
I'm not sure if I should be using INDEX or VLOOKUP or what. Any help would
be greatly appreciated.
-Rob