View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Marr[_2_] David Marr[_2_] is offline
external usenet poster
 
Posts: 2
Default Increment value in a Formula

Because it takes too long as i have a vast amount of data.

Dave

"Bob Phillips" wrote:

Why not just use Find & Replace, Ctrl-H?

--

HTH

Bob

"David Marr" <David wrote in message
...
Hi,

I'm using Excel version 2003.

I have the following formula =IF(SUM('Section
3'!$H$1675:$J$1686)=0,"",SUM('Section 3'!$H$1675:$J$1686)) and would like
to
increment the cell references by 12.

I was wondering if there is a way to do this using a bit of VBA code?

So the result i'm looking for after code run is =IF(SUM('Section
3'!$H$1687:$J$1698)=0,"",SUM('Section 3'!$H$1687:$J$1698)).

I will be running the formula along the columns so will need to increment
the formula by 12 for each new column.

Thanks
Dave



.