Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this...
Table in the range A2:D9 Lookup values: F2 = F001 G2 = F020 H2 = F010 (values to exclude) =SUM(INDEX(B2:D9,MATCH(F2,A2:A9,0),0):INDEX(B2:D9, MATCH(G2,A2:A9,0),0))-SUMPRODUCT((A2:A9=H2)*B2:D9) -- Biff Microsoft Excel MVP "aprendiz" wrote in message ... I have an spreadsheet with columns like: col A col D col E colF B230 8 1 0 F001 -5 0 10 F002 3 20 0 F010 5 -29 3 F014 40 3 7 F020 -25 -6 -100 F113 0 0 0 H002 34 -50 23 in ascendent order. I want to be able to Sum col D to colF if colA is between F001 and F020 except F010. I am just starting with this and I really don't know how to mix and match all the formulas. any help will be much appreaciated!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help with vlookup with multiple criteria | Excel Discussion (Misc queries) | |||
Vlookup multiple criteria | Excel Worksheet Functions | |||
Vlookup multiple criteria multiple occurrences sum values | Excel Worksheet Functions | |||
Vlookup with Multiple criteria and multiple sheets | Excel Worksheet Functions | |||
Vlookup for multiple criteria, multiple worksheets | Excel Worksheet Functions |