Ignore Hidden Cells Dunring Inconsistent Formula Calculation

AllanJR

New Member
Joined
Jan 31, 2017
Messages
4
Hello All,

I have a worksheet with a column of incrementing data.

The first problem I have is that when I hide rows I want the formula to ignore the hidden cells and continue the sequence.

The second problem is that my formula at the moment is inconsistent,
For example:

-- image removed --

And so on...........
So if you consider A1 to be the reference cell all further cells increment in blocks of 3 cells.

If I were to hide rows how can I get the formula to continue without taking hidden cells into consideration??
 
Last edited by a moderator:

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
[TABLE="width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]100
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]=A1+2
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]=A2+2
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]=A3+6
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]=A4+2
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]=A5+2
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD]=A6+4
[/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sorry my image did not upload to the original post
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top