Here's a cut down sample (attached) of what I'd like to do, if at all possible? Many thanks for any help.
On Monday, 26 October 2020 at 01:53:17 UTC SUDHIR VERMA wrote: > Pl send excel file. > > On Sun, 25 Oct 2020, 15:18 Niv, <nivpa...@gmail.com> wrote: > >> That doesn't work I'm sadly. >> Perhaps I need to be more explicit. >> I currently graph data as: ='My Data'!$E$11:$F$160 which produces two >> lines, raw data & moving average data for columns E & F. >> As I add more data, to column E, it auto updates column F with a simple >> averaging function, but there is now more data to graph. >> I can count count the number of data lines with the simple count >> function, & would like to use that calculated value to update the graph. >> So if my count value is in for example cell S2, I want my graph to do >> something like: ='My Data'!$E$11:$F$('My Data'!(S2)) >> But obviously that doesn't work as written. I somehow need to reference >> the value in S2 as the upper end of the graphed data. >> >> Hope that clarifies. >> >> >> >> On Sunday, 25 October 2020 at 06:19:45 UTC SUDHIR VERMA wrote: >> >>> USE this ='My Data'!$E$11:$F$ >>> >>> On Sat, 24 Oct 2020 at 14:37, Niv <nivpa...@gmail.com> wrote: >>> >>>> I have a spreadsheet in Excel 2010. >>>> I have a set of data in one tab "My Data" and I graph it in a different >>>> tab using the following: >>>> ='My Data'!$E$11:$F$160 on a different tab. >>>> >>>> However, as I add data regularly, it would be good if I can automate >>>> the graph update such that ='My Data'!$E$11:$F$160 became something >>>> like ='My Data'!$E$11:(cell value) >>>> where cell_value is effectively the count of the data column (less a >>>> few for column heading etc). i.e. the $F$160 will become higher, such as >>>> $F$165 etc etc. which I currently do manually. >>>> I've tried several ways but nothing I've tried seems to work. >>>> Any help suggestions very welcome, thanks. >>>> >>>> -- >>>> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? >>>> It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >>>> https://www.facebook.com/discussexcel >>>> >>>> FORUM RULES >>>> >>>> 1) Use concise, accurate thread titles. Poor thread titles, like Please >>>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >>>> will not get quick attention or may not be answered. >>>> 2) Don't post a question in the thread of another member. >>>> 3) Don't post questions regarding breaking or bypassing any security >>>> measure. >>>> 4) Acknowledge the responses you receive, good or bad. >>>> 5) Jobs posting is not allowed. >>>> 6) Sharing copyrighted material and their links is not allowed. >>>> >>>> NOTE : Don't ever post confidential data in a workbook. Forum owners >>>> and members are not responsible for any loss. >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "MS EXCEL AND VBA MACROS" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to excel-macros...@googlegroups.com. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/excel-macros/c95ea625-2956-4186-be1c-aa4b0657e989n%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/excel-macros/c95ea625-2956-4186-be1c-aa4b0657e989n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s >> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ >> https://www.facebook.com/discussexcel >> >> FORUM RULES >> >> 1) Use concise, accurate thread titles. Poor thread titles, like Please >> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice >> will not get quick attention or may not be answered. >> 2) Don't post a question in the thread of another member. >> 3) Don't post questions regarding breaking or bypassing any security >> measure. >> 4) Acknowledge the responses you receive, good or bad. >> 5) Jobs posting is not allowed. >> 6) Sharing copyrighted material and their links is not allowed. >> >> NOTE : Don't ever post confidential data in a workbook. Forum owners and >> members are not responsible for any loss. >> --- >> You received this message because you are subscribed to the Google Groups >> "MS EXCEL AND VBA MACROS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to excel-macros...@googlegroups.com. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/excel-macros/8c125d54-3869-4146-86de-d7868de94a39n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/excel-macros/8c125d54-3869-4146-86de-d7868de94a39n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answered. 2) Don't post a question in the thread of another member. 3) Don't post questions regarding breaking or bypassing any security measure. 4) Acknowledge the responses you receive, good or bad. 5) Jobs posting is not allowed. 6) Sharing copyrighted material and their links is not allowed. NOTE : Don't ever post confidential data in a workbook. Forum owners and members are not responsible for any loss. --- You received this message because you are subscribed to the Google Groups "MS EXCEL AND VBA MACROS" group. To unsubscribe from this group and stop receiving emails from it, send an email to excel-macros+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/excel-macros/6bea6f04-1df5-40e3-8eb6-36250dc5be78n%40googlegroups.com.
Moving_averages_sample.xlsx
Description: MS-Excel 2007 spreadsheet