OK, I am working on an accounting sheet to keep track of grant-related expenses.
On Sheet 1, I have:
Expense | Grant
Expense is the amount. Grant is the grant it is associated with and chosen from a drop down menu.
So it might look like:
A | B
$500 | Grant 1
$20 | Grant 2
$732 | Grant 1
On Sheet 2, I am trying to list all the grant expenses for each grant.
I want it to say something like: (for Cell A2) If Sheet1, Column B equals A1, then put in the amount from Sheet 1, Column A
So it might look like:
A | B
Grant 1 | Grant 2
$500 | $20
$732 |
I have tried IF formulas and VMATCH and not really sure how to get Sheet 2 to work right.
Thank you!
On Sheet 1, I have:
Expense | Grant
Expense is the amount. Grant is the grant it is associated with and chosen from a drop down menu.
So it might look like:
A | B
$500 | Grant 1
$20 | Grant 2
$732 | Grant 1
On Sheet 2, I am trying to list all the grant expenses for each grant.
I want it to say something like: (for Cell A2) If Sheet1, Column B equals A1, then put in the amount from Sheet 1, Column A
So it might look like:
A | B
Grant 1 | Grant 2
$500 | $20
$732 |
I have tried IF formulas and VMATCH and not really sure how to get Sheet 2 to work right.
Thank you!