Cell to Show "Continued" only if > Page 1

  • Thread starter Thread starter Steve Klenner
  • Start date Start date
S

Steve Klenner

Any way to create a cell formula that will show "Continued" ONLY if its
appearing on a page greater than page 1? There is only a single worksheet
with multiple pages.

I'd prefer NOT to use Header/Footer

Steve

--
 
Hi Steve

you could do this with row numbers

for example, if you're getting 30 rows to a sheet then you could have a
formula in a column like
=IF(MOD(ROW(),31)=0,"continued","")

which will only put the word "continued" on rows 31, 62, 93 etc
 

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

Back
Top