Thread: SumIF
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Flanno Flanno is offline
external usenet poster
 
Posts: 3
Default SumIF

I am trying to sum a certain number of columns, based on the criteria in a
certain cell.

If my criteria is an "8", I want to sum the last 8 columns of an array. If
I change the 8 to a 9, I want the sum to automatically pick up the last 9
columns,if I change it to 10, I want the sum of the last 10 columns, etc.

Can anyone help????