메인 컨텐츠로 가기

Excel에 새 데이터를 입력 한 후 차트를 자동으로 업데이트하는 방법은 무엇입니까?

통합 문서의 데이터 범위를 기반으로 일일 매출을 추적하는 차트를 만들었다 고 가정합니다. 하지만 매일 데이터 수를 변경하거나 편집해야합니다.이 경우 차트를 수동으로 업데이트하여 새 데이터를 포함해야합니다. Excel의 기존 차트 범위에 새 데이터를 추가 할 때 차트를 자동으로 업데이트하는 데 도움이되는 빠른 트릭이 있습니까?

테이블 생성으로 새 데이터 입력 후 차트 자동 업데이트

동적 수식으로 새 데이터를 입력 한 후 차트 자동 업데이트


화살표 블루 오른쪽 거품 테이블 생성으로 새 데이터 입력 후 차트 자동 업데이트

다음과 같은 범위의 데이터 및 세로 막 대형 차트가있는 경우 이제 새 정보를 입력 할 때 차트가 자동으로 업데이트되기를 원합니다. Excel 2007, 2010 또는 2013에서는 테이블을 만들어 데이터 범위를 확장 할 수 있으며 차트가 자동으로 업데이트됩니다. 다음과 같이하십시오 :

문서 업데이트 차트1

1. 데이터 범위를 선택하고 작업대 아래에 끼워 넣다 탭, 스크린 샷 참조 :

문서 업데이트 차트2

2. 에서 표 만들기 대화 상자에서 데이터에 헤더가있는 경우 내 테이블에 헤더가 있습니다. 옵션을 클릭 한 다음 OK. 스크린 샷보기 :

문서 업데이트 차트3

3. 데이터 범위는 테이블 형식으로 지정됩니다. 스크린 샷을 참조하십시오.

문서 업데이트 차트4

4. 이제 XNUMX 월 값을 추가하면 차트가 자동으로 업데이트됩니다. 스크린 샷보기 :

문서 업데이트 차트5

배송 시 요청 사항:

1. 새로 입력하는 데이터는 위의 데이터에 인접해야합니다. 이는 새 데이터와 기존 데이터 사이에 빈 행이나 열이 없음을 의미합니다.

2. 테이블에서 기존 값 사이에 데이터를 삽입 할 수 있습니다.


화살표 블루 오른쪽 거품 동적 수식으로 새 데이터를 입력 한 후 차트 자동 업데이트

그러나 때로는 범위를 표로 변경하고 싶지 않으며 위의 방법은 Excel 2003 또는 이전 버전에서 사용할 수 없습니다. 여기에서는 복잡한 동적 공식 방법을 소개 할 수 있습니다. 예를 들어 다음 데이터와 차트를 사용하십시오.

문서 업데이트 차트6

1. 먼저 각 열에 대해 정의 된 이름과 동적 수식을 만들어야합니다. 딸깍 하는 소리 방식 > 이름 정의.

2. 에서 새 이름 대화 상자에 입력 날짜성함 상자에서 현재 워크 시트 이름을 선택합니다. 범위 드롭 다운 목록을 입력 한 다음 = OFFSET ($ A $ 2,0,0, COUNTA ($ A : $ A) -1) 공식에 을 참고하여 상자, 스크린 샷 참조 :

문서 업데이트 차트7

3. 딸깍 하는 소리 OK을 클릭 한 다음 위의 두 단계를 반복하면 다음 범위 이름과 수식을 사용하여 각 시리즈에 대한 동적 범위를 만들 수 있습니다.

  • B 열 : Ruby : = OFFSET ($ B $ 2,0,0, COUNTA ($ B : $ B) -1);
  • C 열 : James : = OFFSET ($ C $ 2,0,0, COUNTA ($ C : $ C) -1);
  • D 열 : Freda : = OFFSET ($ D $ 2,0,0, COUNTA ($ D : $ D) -1)

주의 사항: 위의 공식에서 OFFSET 함수는 첫 번째 데이터 포인트를 참조하고 쿤타 전체 데이터 열을 나타냅니다.

4. 각 열 데이터의 이름과 공식을 정의한 후 차트에서 아무 열이나 마우스 오른쪽 버튼으로 클릭하고 데이터 선택, 스크린 샷 참조 :

문서 업데이트 차트8

5. 에서 데이터 소스 선택 대화 상자, 범례 항목 (시리즈) 섹션에서 루비 다음을 클릭합니다 편집 버튼, 튀어 나온 시리즈 편집 대화 상자, 입력 = Sheet3! Ruby 아래에 시리즈 값 섹션, 스크린 샷 참조 :

문서 업데이트 차트9
-1
문서 업데이트 차트10

6. 그런 다음 OK 로 돌아 가기 데이터 소스 선택 대화 상자에서 5 단계를 반복하여 동적 범위를 반영하도록 나머지 시리즈를 업데이트합니다.

  • James : 시리즈 값 : = Sheet3! James;
  • Freda : 시리즈 값 : = Sheet3! Freda

7. 왼쪽 데이터를 설정 한 후 이제 클릭해야합니다. 편집 밑에있는 버튼 수평 (범주) 축 레이블 이 옵션을 설정하려면 스크린 샷을 참조하십시오.

문서 업데이트 차트11
-1
문서 업데이트 차트12

8. 그런 다음 OK > OK 닫기 데이터 소스 선택 대화 상자에서이 단계를 마친 후 워크 시트에 새 데이터를 추가하면 차트가 자동으로 업데이트되는 것을 알 수 있습니다.

문서 업데이트 차트13

배송 시 요청 사항:

  • 1. 연속적으로 새 데이터를 입력해야합니다. 행을 건너 뛰면이 방법이 예상대로 작동하지 않습니다.
  • 2. 새 열 데이터를 입력하면이 방법이 적용되지 않습니다.

팁.범위 내용을 시트에서 그래픽으로 빠르게 내보내려면 Excel 용 Kutools를 사용해보십시오. 범위를 그래픽으로 내보내기 다음 스크린 샷에 표시된대로. [모듈 745} 일만에 모든 기능을 제한없이 사용할 수 있습니다. 지금 다운로드하여 무료 평가판을 받으십시오.

통합 문서의 그래픽 (그림 / 차트 / 모양 / 모든 유형)을 Gif / Tif / PNG / JPEG로 폴더로 내보내기

통합 문서에 여러 유형의 그래픽이 있고 워크 시트의 모든 차트를 다른 유형의 그림의 gif로 폴더로 내보내려는 경우 Excel 용 Kutools의 그래픽 내보내기 유틸리티를 사용할 수 있습니다.이 유틸리티는이 작업을 처리하는 데 3 단계 만 필요합니다. 직업. 모든 기능을 갖춘 30일 무료 평가판을 보려면 클릭하세요!
문서 내보내기 그래픽
 
Excel 용 Kutools : 300 개 이상의 편리한 Excel 추가 기능으로 30 일 동안 제한없이 무료로 사용해 볼 수 있습니다.

관련 기사 :

Excel에서 차트에 수평 평균 선을 추가하는 방법은 무엇입니까?

조합 차트를 만들고 Excel에서 보조 축을 추가하는 방법은 무엇입니까?

최고의 사무 생산성 도구

🤖 Kutools AI 보좌관: 다음을 기반으로 데이터 분석을 혁신합니다. 지능형 실행   |  코드 생성  |  사용자 정의 수식 만들기  |  데이터 분석 및 차트 생성  |  Kutools 기능 호출...
인기 기능: 중복 항목 찾기, 강조 표시 또는 식별   |  빈 행 삭제   |  데이터 손실 없이 열이나 셀 결합   |   수식없이 반올림 ...
슈퍼 조회: 다중 기준 VLookup    다중 값 VLookup  |   여러 시트에 걸친 VLookup   |   퍼지 조회 ....
고급 드롭다운 목록: 드롭다운 목록을 빠르게 생성   |  종속 드롭다운 목록   |  다중 선택 드롭 다운 목록 ....
열 관리자: 특정 개수의 열 추가  |  열 이동  |  Toggle 숨겨진 열의 가시성 상태  |  범위 및 열 비교 ...
특색 지어진 특징: 그리드 포커스   |  디자인보기   |   큰 수식 바    통합 문서 및 시트 관리자   |  리소스 라이브러리 (자동 텍스트)   |  날짜 선택기   |  워크 시트 결합   |  셀 암호화/해독    목록으로 이메일 보내기   |  슈퍼 필터   |   특수 필터 (굵게/기울임꼴/취소선 필터링...) ...
상위 15개 도구 세트12 본문 도구 (텍스트 추가, 문자 제거,...)   |   50+ 거래차트 유형 (Gantt 차트,...)   |   40+ 실용 방식 (생일을 기준으로 나이 계산,...)   |   19 삽입 도구 (QR 코드 삽입, 경로에서 그림 삽입,...)   |   12 매출 상승 도구 (숫자를 단어로, 환율,...)   |   7 병합 및 분할 도구 (고급 결합 행, 셀 분할,...)   |   ... 그리고 더

Excel용 Kutools로 Excel 기술을 강화하고 이전과는 전혀 다른 효율성을 경험해 보세요. Excel용 Kutools는 생산성을 높이고 시간을 절약하기 위해 300개 이상의 고급 기능을 제공합니다.  가장 필요한 기능을 얻으려면 여기를 클릭하십시오...

상품 설명


Office Tab은 Office에 탭 인터페이스를 제공하여 작업을 훨씬 쉽게 만듭니다.

  • Word, Excel, PowerPoint에서 탭 편집 및 읽기 사용, Publisher, Access, Visio 및 Project.
  • 새 창이 아닌 동일한 창의 새 탭에서 여러 문서를 열고 만듭니다.
  • 생산성을 50% 높이고 매일 수백 번의 마우스 클릭을 줄입니다!
Comments (21)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Good afternoon, I have a table for calculating points, on another sheet. is needed on another sheet so that there is an automatic sorting of commands by place
This comment was minimized by the moderator on the site
What if the months were in the columns and you had data series in the rows, how would you do the formula then?
This comment was minimized by the moderator on the site
Doesnt work or not applicable. My chart already refers to the correct data automatically... data is directed to table columns. The problem is the GRAPH wont update.
This comment was minimized by the moderator on the site
HI,
This trick doesnt work if you want to add new columns. This trick is for fixed columns. What if there is a data yearwise in columns and every year a new year column is added so how will it get added to the chart ??

Any idea you can suggest ??

Cheers,

Mufaddal
This comment was minimized by the moderator on the site
when I type in cell any no. like - 210 it reflect as = 2.10 , no formula is taking place why? any no. shows devide by 100 as I mentioned , decimal comes automatically how to resolve this ?
This comment was minimized by the moderator on the site
It works well! Thank you! One question: what if my drop down list is not on the same sheet with the "table" where i have datas? how can I modify the function?
This comment was minimized by the moderator on the site
Thanks for the message. But I do not get your question clearly, why don't you upload a screenshot of your problem for me to understand easily? More description, easier to understand. Thank u.
This comment was minimized by the moderator on the site
did you manage to solve this issue? having same issue at the moment
This comment was minimized by the moderator on the site
Airtel mobile Bill Payment
This comment was minimized by the moderator on the site
A chart's ranges can depend on names or not. If a chart range depends on, say A1:E5, and you insert a row at row 3, and a column at column C, the chart will automatically depend on A1:F6. Similarly, if you have a name defined as A1:E5, whether you use it as a chart's range or not, and you insert a column and row at C3, the name's definition will expand to A1:F6. But in either case, if you insert a column and A or E (the endpoints), or a row at 1 or 5, the behavior isn't so well defined: maybe the chart range or name's definition will expand; maybe it won't. To answer Melissa, you'd have to insert rows or columns before or to the left of the chart range. I think it's better to use names, because names can be defined using formulas that involve OFFSET, COUNT, INDEX, MATCH, whatever else. So the better answer to Melissa is to define a name for one cell, namely the last of the eight columns or rows, then define the name in term of an OFFSET from that cell: OFFSET(cell,-8,-8,8,8) to go back and up eight cells and use an 8x8 range.
This comment was minimized by the moderator on the site
Great reminder as I don't do these kind of chart functions that often. As an improvement you could mention how to edit defined names in the name manager but I'm not sure if the editing actually enables the function of the adding rows to work completely
This comment was minimized by the moderator on the site
You can define chart ranges with names or not -- in either case if you physically insert rows or columns in the middle of a range, it automatically expands. I think it's best to use names for charts and lots of other things, because you can define names as formulas, not just straight ranges. You must use OFFSET (which resizes too), because that returns a range, but its parameters, which are numbers, can be specified with formulas that use INDEX, MATCH, COUNT, SUM, VLOOKUP, any crazy formula you want. Melissa, that's the best way to handle your situation: give a name to one bookmark cell, then define another name to be offset from that -8 rows or columns, and resize it 8 rows or columns.
This comment was minimized by the moderator on the site
Hi there, thank you so much for this tutorial. I am just wondering, how to apply this method to the data that updated in the column not in the row? is there any additional changes that I need to do besides offset formula? thank you.
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations