Hi,
So I know that with VLookup, if your Lookup Value occurs more than once in a column, it will only return the value of the first one found. Is there a way around that, or another formula I can use, without having to figure out loops and macros?
Let me explain what I want to do:
I have a list off all accounts in one sheet. Then I have a list off all the day's transactions in another. I want to use the account number to first return the type of transaction (e.g Purchase) made by the account holder, then the value of the transaction.
I do this in two column next to each other, using the same VLookup Formula, except of course for the Column Index Number. It works fine, but my problem is that some people do more than one transaction a day.
So, for instance Account Number 1234 might make a payment of $100 dollars at 9am, then make a purchase of $500 at 9:05am. At the moment I obviously only get returned the first transaction. What I would ideally like to do is to concatenate the transaction type (e.g Payment/Purchase) and the amount ($100/$500). Actually that is not ideal either, because it would make later analysis even harder, but I have no other ideas and I don't have the time or brains to learn loops and programming.
Any ideas? This has to happen on a daily basis, each time using the same account numbers, but a new Transaction list.
So I know that with VLookup, if your Lookup Value occurs more than once in a column, it will only return the value of the first one found. Is there a way around that, or another formula I can use, without having to figure out loops and macros?
Let me explain what I want to do:
I have a list off all accounts in one sheet. Then I have a list off all the day's transactions in another. I want to use the account number to first return the type of transaction (e.g Purchase) made by the account holder, then the value of the transaction.
I do this in two column next to each other, using the same VLookup Formula, except of course for the Column Index Number. It works fine, but my problem is that some people do more than one transaction a day.
So, for instance Account Number 1234 might make a payment of $100 dollars at 9am, then make a purchase of $500 at 9:05am. At the moment I obviously only get returned the first transaction. What I would ideally like to do is to concatenate the transaction type (e.g Payment/Purchase) and the amount ($100/$500). Actually that is not ideal either, because it would make later analysis even harder, but I have no other ideas and I don't have the time or brains to learn loops and programming.
Any ideas? This has to happen on a daily basis, each time using the same account numbers, but a new Transaction list.