D
devdave
I have a set of forumulas that I want to drag down an Excel Sheet and
have the Cells increment by 4 each time rather than 1. I can't find an
automated way to do this in Excel so I'm having to hand edit each
formula line.
Here is an example forumula and the next one that I'd like incremented
by 4 Cells:
=IF('Message Details'!C93 <= 0,"",'Message Details'!C93)
I want the next Cell below this one to be:
=IF('Message Details'!C97 <= 0,"",'Message Details'!C97)
But if I use the Drag AutoFill the formula's only incrment by 1.
Any ideas how to fill a column that increments by 4 on each of the
Cells used for Calculation?
Thanks,
DevDave
have the Cells increment by 4 each time rather than 1. I can't find an
automated way to do this in Excel so I'm having to hand edit each
formula line.
Here is an example forumula and the next one that I'd like incremented
by 4 Cells:
=IF('Message Details'!C93 <= 0,"",'Message Details'!C93)
I want the next Cell below this one to be:
=IF('Message Details'!C97 <= 0,"",'Message Details'!C97)
But if I use the Drag AutoFill the formula's only incrment by 1.
Any ideas how to fill a column that increments by 4 on each of the
Cells used for Calculation?
Thanks,
DevDave