PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, July 9, 2022

[FIXED] How to reference a data range that keeps changing?

 July 09, 2022     absolute, charts, google-sheets, graph, reference     No comments   

Issue

I have a report in my google sheets that updates automatically every 4 hours and adds new records to it, meaning that there are always new rows being added to it. In another overview sheet, I have a graph that refers to the data from the report. I have marked the data range as: 'REPORT'!A1:N119 But the reality is there will be new data added after cell N119, so I want to always include these automatically. How do I reference the data range? Do I absolute the cells?

Thanks for your help!


Solution

instead of 'REPORT'!A1:N119 use an open range: 'REPORT'!A1:N



Answered By - player0
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing