I want to SUM everything above a cell that contains the word "SUMTOTAL". So if I have 50 columns I want it to go to first row that has the text "SUMTOTAL" in it and then Sum everything aboce that word. Is it possible?
I want to SUM everything above a cell that contains the word "SUMTOTAL". So if I have 50 columns I want it to go to first row that has the text "SUMTOTAL" in it and then Sum everything aboce that word. Is it possible?
Modified this post to use a better way... see example attached workbook:
Formula used in example:Formula:
=SUM(A1:INDEX(A1:A8,MATCH("SUMTOTAL",A1:A8,0)))
Last edited by Moo the Dog; 03-08-2015 at 05:06 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks