The OFFSET function is not a function you need particularly often, but it's worth knowing about because it allows you to move ranges around very easily.
The OFFSET function returns a reference to a range that is offset from a starting point in a worksheet.
For example, in the table shown in this image, imagine you want to align these columns at the top of the column.
The OFFSET function can do this with a single formula for each column, which is quicker and easier than copy-pasting or creating complex nested formulas.
The OFFSET formula in this example is:
=offset( B2:B6, 1, 0, count(B2:B6) )
The first argument, B2:B6, is the original range of data we want to move.
The second argument, 1, is the number of rows we want to offset. In this case it's 1 because we want to move down one row to grab the first value.
The third argument, 0, is the number of columns we want to offset. In this case we don't have a column offset so we set this to 0.
The final (optional) argument is for the height of the range to return.
Finally, this new range is output in cell F2, or wherever I've typed the OFFSET function.
Hope that helps!
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
Have you come across floating bar (or column) charts before?
They're a useful way to show data when you want to compare ranges or high and low values.
For example, you can use floating bar charts with salary data, weather data, stock prices, blood pressure readings, etc.
To create a floating bar (or column) chart in #GoogleSheets, youβll need two series in your dataset, e.g. a set of low values and a set of high values, like this salary range dataset.
Then follow these steps...
1. Highlight the data and Insert > Chart 2. In Setup, choose a Bar Chart (horizontal) or Column Chart (vertical) 3. Still in the chart setup menu, set the Stacking to be βStandardβ 4. Go to the Customize menu
A thread about #Lego, including a live build π€ π
I grew up loving the stuff, from ages 3(?) to perhaps 15, from duplo blocks to cutting edge Technic. I credit Lego in part for my deep love of STEM topics.
As an adult, I've started playing it again with my own kids (1/n)
About 3 years ago, I bought the Lego Saturn V to decorate my home office. π
Because #Lego + Space. No more explanation needed.
Amazing, amazing build!!
You can really appreciate the engineering in this one. Highly recommended if you can get hold of a set.
(2/n)
Recently I finished a few big work projects so it was time I built another set.
Lego absorbs your mind fully and so is a great way to distract yourself during this pandemic.
With Lego, you're in control and you enjoy the process and the outcome.