View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Exclude Header from Range?

Hi

Depends what you are trying to do.
You could have =SUM(C:D)-SUM(C1:D5) for example.

--
Regards

Roger Govier


"nastech" wrote in message
...
Hi, can I exclude a header from a range in an equation, i.e.: "C:D" to
exclude 5 rows from the top? Thanks