Tips for automatically adjusting Excel print areas

Source: Internet
Author: User

tips for automatically adjusting Excel print areas

Tip: Print area that can be resized automatically

Operation Steps:

1, select area-page layout-Set the print area.

2. Formula-Name Manager, print select Print_Area, and then enter the following formula in the text box below:

=offset (sheet1! $A,,, COUNTA (sheet1! $A: $A), COUNTA (sheet1!$1:$1))

Introduction to Formulas:

COUNTA (sheet1! $A: $A): Statistics on how many rows

COUNTA (sheet1!$1:$1): How many columns are counted

OFFSET (A1,,, number of rows, number of columns): Generates a dynamic region based on the number of rows and columns at A1 Vertex

Effect as shown in the dynamic diagram below, the print area is automatically resized after the new column or row is added (note the dashed change)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.