Brought to you by:
Welcome to the Google Sheets Tips newsletter #342, your Monday morning espresso, in spreadsheet form! Whew, it's been quite the week in my household. Last week I had sinus surgery to alleviate some long-standing sinus issues I've had. It was a nearly 6-hour surgery so I was completely out-of-it for a day or two afterwards. When I came round they asked if I wanted a drink. I said "some water" but I couldn't speak clearly because of the bandages etc. The nurse thought I asked for a "mimosa", which made all the medical staff erupt with laughter. The recovery is going well and I'm getting a little better each day. I should breathe better when all is said and done. Perhaps I'll even sound different next time you hear my voice in a workshop or recording. Have a great week! ➜ NewsI. Read more here (the 3rd update) >> ➜ Sheets Tip #342: Multiply an entire column quicklySometimes we find ourselves needing to multiply an entire column of numbers. Maybe you want to scale everything up by a factor of 10 or make all the numbers negative, for example. (I recently needed to do this when I wanted to display a chart series as negative values.) Excel has a handy feature built into the paste-special operation that lets you perform the multiplication as you paste the numbers. It's super easy. Unfortunately, in Sheets, we don't have that feature. We have to work a little harder, but there are two quick formulas that do it. Method 1: ArrayFormulaSuppose our data is in column A, then we can use this formula to multiply it by -1 (or any value we choose): =ArrayFormula(A2:A11*-1) In our Sheet: Method 2: MMULTAlternatively, we can use a single MMULT formula like this one that multiplies by 10 (or any value we choose): =MMULT(A2:A11,10) In our Sheet: Important Last StepDon't forget to change this new column to values, if you no longer require a live formula. Copy the new column. Right click and select Paste Special > Values Bingo! If you enjoyed this newsletter, please forward it to a friend who might enjoy it. Have a great week! Cheers, |
Get better at working with Google Sheets! Join 50,000 readers to get an actionable tip in your inbox every Monday.
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #354, your Monday morning espresso, in spreadsheet form! In last week's newsletter we compared wide and tall data, and what the pros and cons of each data "shape" were. Today, I want to show you how to move from one format to the other. How to transform tall data into wide data and vice versa. Going in one direction is easy. Going back, in the other direction, is less so. Find out which way round below! ➜ News I. It's...
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #353, your Monday morning espresso, in spreadsheet form! Today we're looking at the shape of data. It's foundational concept that underpins pivot tables and charts in Google Sheets. Once you understand the difference between wide data (for charts) and tall data (for pivot tables), you'll be off to the races! This week is all about the pros and cons of each data shape. Next week, I'll show you how to use formulas and...
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #352, your Monday morning espresso, in spreadsheet form! If you're a parent, then you've undoubtedly watched a lifetime's worth of Disney movies. You can appreciate the genius storytelling, rich characters and beautiful visuals. (But I'm sure you'd also be content to watch a film once, not 10 times!) Anyway, there's a scene in the Disney film Ratatouille where Remy bites into a strawberry and a piece of cheese at the...