Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have a 3 columns, K, L and M with values. at the end of the column im
trying to put in an if statement that says to add all values in the range K13:L16 up to the same row that column M has a value higher than zero. Im not very good at explanations so i'll "draw" the pic. K L M __________________________ 13 | 100 250 5.50 14 | 500 100 2.50 15 | 600 50 6.48 16 | 200 0 0 17 | 200 100 0 ____________________________ 18 | In theory K & L merged would give me the sum of K13:15 only because M16 & M17 have 0 as their value. Thanks to all in advance for helping this simple-minded person. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
=sumif(M13:m17,"0",k13:l17) hth - regards from Brazil Thanks in advance for your feedback. Marcelo "Daniel Q." escreveu: i have a 3 columns, K, L and M with values. at the end of the column im trying to put in an if statement that says to add all values in the range K13:L16 up to the same row that column M has a value higher than zero. Im not very good at explanations so i'll "draw" the pic. K L M __________________________ 13 | 100 250 5.50 14 | 500 100 2.50 15 | 600 50 6.48 16 | 200 0 0 17 | 200 100 0 ____________________________ 18 | In theory K & L merged would give me the sum of K13:15 only because M16 & M17 have 0 as their value. Thanks to all in advance for helping this simple-minded person. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookup a Vlookup | Excel Worksheet Functions | |||
VLOOKUP Problem | Excel Discussion (Misc queries) | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions |