I have a chart based on a table containing 6 rows representing competitors and 48 columns representing laps completed during a race. The cells in the array contain lap times. I have also a separate cell containing the current maximum laps completed.
I want to be able to display a chart updated lap by lap in almost real time during the race. Clearly I could simply prepare a chart of the complete array, but during the early stages of the race there will be much more white space than data.
I had hoped to be able to define the data range based on the number of laps completed. I can do this in Excel using data ranges and OFFSET combined with COUNTA. I am tearing my hair out trying to get this to work with Libre Calc.
You may tell me that what I want is not possible without periodically editing the data range. I would love to think it was possible however and welcome any help that you can give.
It is important that this works with Libre Calc rather than Excel because it will be run on a raspberry Pi and incorporated into an Impress presentation. I am happy to provide a copy of the essential data from the spreadsheet.
Thanks in advance for your help.