Ignore hidden rows?

coffmant80

New Member
Joined
Aug 17, 2022
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I have a question if it's possible,

Say we don't want to delete any rows, but we hide row 3 in the image. Is it possible to have a formula or VBA to ignore the hidden row and have the calculation continue at row 4?

1660781326507.png


Thank you ahead of time for your responses.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
I forgot to add current formulas (Duh),



Excel Formula:
M11:15 O11=IF(LEN(M11)=0,"",Q9) Q11=IF(LEN(M11)=0,"",O11+P105)
1660829894442.png


Formulas for min conversion
L105=M11 N105=L105/60/24 P105=N105

1660829983146.png


TIPS FOR FINDING EXCEL SOLUTIONS
 
Upvote 0
As you are using lots of merged cells, which are one of XL's worst feature ( to be avoided at all costs), some complicated code might work...
 
Upvote 0
As you are using lots of merged cells, which are one of XL's worst feature ( to be avoided at all costs), some complicated code might work...
I am sir, would it be better to use single rows & columns?
 
Upvote 0

Forum statistics

Threads
1,215,540
Messages
6,125,409
Members
449,223
Latest member
Narrian

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