View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Wheeler
 
Posts: n/a
Default Pasting a formula in multiple cells without changing the range

I am trying to paste a formula in multiple cells and I want the range to stay
the same throughout the sheet. When pasting it obviously changes the range
to the next cell in sequence. I'm using the following formula
=SUMPRODUCT(--(A2:A4000=70),--(B2:B4000="Product Type"),C2:C4000) and want to
kep the range A2:A4000, same for column B and C.