|
Thanks a lot!!
Got one more if you guys don't mind.. I have a function that says the following:
=IF(LEFT($G14,5)="Total",SUM(I3:I13),"")
Is there a way to replace the above SUM(I3:I13) w/ something like a SUM(from cell just above this : to the final number in the range above)?? Sort of need it to do a ctrl+shift+up twice.
the first function works fine,, but the next time it finds "Total" say, in G55 this time, the #'s I need it to add are more than just the 11 columns the first function SUMS, so now I only get the total of I43:I54, but may need all the way up to I30.. Get what I'm looking for?
Last edited by jjst34 : 10-02-2003 at 10:55 AM.
|