Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() In B5:B250 I have names of different people. In E5:E250 I have data. What I would like to be able to do, is in cell B2, type the name of a person then in cell C2 have a formula that searches through Col B, matches all rows with the name and then sums all the associated data in Col E, returning that value. Thanks forthe help. -- Frick ------------------------------------------------------------------------ Frick's Profile: http://www.excelforum.com/member.php...o&userid=29629 View this thread: http://www.excelforum.com/showthread...hreadid=530001 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try using SUMIF() in cell C2 =SUMIF(B5:B250,B2,E5:E250) Regards, Bondi |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=SUMIF(B5:B250,B2,E5:E250) Hope this helps! In article , Frick wrote: In B5:B250 I have names of different people. In E5:E250 I have data. What I would like to be able to do, is in cell B2, type the name of a person then in cell C2 have a formula that searches through Col B, matches all rows with the name and then sums all the associated data in Col E, returning that value. Thanks forthe help. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks for the help. The formula worked fine. -- Frick ------------------------------------------------------------------------ Frick's Profile: http://www.excelforum.com/member.php...o&userid=29629 View this thread: http://www.excelforum.com/showthread...hreadid=530001 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |