View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Rookie_User Rookie_User is offline
external usenet poster
 
Posts: 78
Default Sum values greater than x and less than y in a column

This is relatively simple and I can't figure it out. I have two cells (B1
and C1). B1 contains the low value and C1 contains the high value. I have
data in column A and I want to sum all the values in the column that are
between the two values in B1 and C1? Does this make sense?