excel unhides rows

G

Guest

I have hidden rows in a spreadsheet.
When pressing = and clicking in another cell, it unhides these rows
automatically.
This is playing havoc with sum functions as it tries to highlight multiple
rows.
Any help?
 
G

Guest

Hi Elliot,

excel unhide the rows during the cell or formula editon, because, maybe, you
need to refer to a hide cell.

have notice that the row number or column leters appears in blue.

if you need to sum just the unhide cells in a range use

=sum(a2:a15;a32:a70)

hth
regards from Brazil
Marcelo



"Elliot" escreveu:
 
G

Gord Dibben

Elliot

Cannot replicate your problem.

How are the rows hidden? Manually or VBA or Filtered?

Maybe some event code?

Right-click on sheet tab and "View code".

Anything there?


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top