Hi all.
I have a list of dates that contains some dates twice. I will provide some sample data below:
09/01/17 A/P
09/01/17 IM
09/05/17 A/R 11,867.00
09/07/17 IM
09/07/17 IM
09/07/17 IM 09/05/17 250.00
09/08/17 IM 09/07/17 620.00
09/08/17 A/R 900.00
09/08/17 ACH055
09/08/17 ACH055
09/08/17 ACH056
09/08/17 450.00
09/08/17
09/08/17
I would like to lookup the dollar values (third column here, call it C) for each specific date (Column A) and type of transaction (Column B). When I do INDEX/MATCH, it only looks up the first occurrence of the date and returns that value for every duplicate. I tried using OFFSET with it and that did not work either.
I essentially just want to return each unique value for each line item. Please let me know if I was not clear enough. Any help is appreciated, thanks
EDIT: I tried spacing out the data and it works fine when I edit it, but when I post it, it goes back to being cluttered. Let me know if it is not clear enough, thanks
I have a list of dates that contains some dates twice. I will provide some sample data below:
09/01/17 A/P
09/01/17 IM
09/05/17 A/R 11,867.00
09/07/17 IM
09/07/17 IM
09/07/17 IM 09/05/17 250.00
09/08/17 IM 09/07/17 620.00
09/08/17 A/R 900.00
09/08/17 ACH055
09/08/17 ACH055
09/08/17 ACH056
09/08/17 450.00
09/08/17
09/08/17
I would like to lookup the dollar values (third column here, call it C) for each specific date (Column A) and type of transaction (Column B). When I do INDEX/MATCH, it only looks up the first occurrence of the date and returns that value for every duplicate. I tried using OFFSET with it and that did not work either.
I essentially just want to return each unique value for each line item. Please let me know if I was not clear enough. Any help is appreciated, thanks
EDIT: I tried spacing out the data and it works fine when I edit it, but when I post it, it goes back to being cluttered. Let me know if it is not clear enough, thanks
Last edited: