Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Rebecca" wrote in message ... This worked perfectly. Thanks very much. "T. Valko" wrote: Try this: Sum column B where the corresponding cells in column A = "text". =SUMIF(A1:A100,"text",B1:B100) Better to use a cell to hold the "text" : D1 = text =SUMIF(A1:A100,D1,B1:B100) Replace "text" with the actual text string you're looking for. -- Biff Microsoft Excel MVP "Rebecca" wrote in message ... I am working with a spreadsheet where I need to lookup a text value in one column and sum the numbers appearing in another column. Is there a way to combine these two functions? I've figured out how to do the lookup, but not how to sum the results. It appears that the lookup stops at the first match. Any suggestions would be appreciated. Thanks! Rebecca |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |