Lookup formula

sallyb

New Member
Joined
Oct 10, 2018
Messages
2
Hi, sorry this is probably pretty simple to work out but I'm very time poor at the moment and am only an eighth of the way through this project.
I need to calculate how much we owe each person.
Person in column A. Amounts owed to that person are in column D.

Thanks so much!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Sorry just realised I didn't attach my spreadsheet and now I can't work out where/how I can do it!?
 
Upvote 0
Hi Sallyb

When you logged in, scroll down this page and find a message box titled Posting Permission

From there, you can see if you can post any attachments. Good luck
 
Last edited:
Upvote 0
Person in column A. Amounts owed to that person are in column D.

Sounds like you need to be looking in the direction of SUMIF

As we can't see your data I've just asked the formula to look in A1 and sum up the values based in column D

Code:
=SUMIF(A:A,A1,D:D)

Amend the A1 part of the formula to where the persons name will be you want to calculate the totals for.
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,549
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top