Thread: [Solved] Sum up cells
View Single Post
 
Old 12-02-2013, 05:16 PM
beginner beginner is offline Windows 7 32bit Office 2007
Advanced Beginner
 
Join Date: Sep 2011
Location: Europe
Posts: 45
beginner will become famous soon enough
Question [SOLVED] Sum up cells

I need to sum up the values ​​above to the first blank cell using a formula with a particular condition. My formula is not working
Code:
=SUMIF($A$2:INDEX($A$2:$A$10;MATCH(TRUE;INDEX($A$2:$A$10=$D$2;0);0));D2;$B2:INDEX($B$2:$B$10;MATCH(TRUE;INDEX($B$2:$B$10="";0);0)))
Can somebody help me with formula (not VBA)
Attached Files
File Type: xls example.xls (17.5 KB, 13 views)

Last edited by beginner; 12-04-2013 at 12:57 AM. Reason: solved
Reply With Quote