Community Archive

🧵 View Thread

🧵 Thread (20 tweets)

Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago

I feel like many more people could benefit from developing awesome spreadsheet skills, but most people don't know what they're good for so I'm going to document some of the nice things I do in Google Sheets in case anyone wants to pick up some tips

593 45
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

Demo 1 I'm organising an event; I need a count of beds required per night guests will have stay for different number of nights & only some of them need a bed (the others bring their own tent) here's what I made: https://t.co/CBR1lqh1JV https://t.co/BZ8ImqzuM0

Tweet image 1
49 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

first: style choices make it nice & relaxing to look at: switch off gridlines [View > Show > Gridlines] and switch on zebra stripes [Format > Alternating Colours] use bold text & border lines to highlight the important bits

47 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

Column D has a nice friendly dropdown menu, where you can select between the two options "House" or "Tent" you can create dropdowns like this... open the data Validation menu [Data > Data Validation] and type in the options separated by commas https://t.co/hmctjQbGVw

Tweet image 1
23 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

the checkboxes in Columns F:K are another kind of data validation, with different settings https://t.co/akZy3CSdBb

Tweet image 1
24 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

you could manually check & uncheck those boxes but it is better to make an automated system that easily scale to handle many guests without a lot of manual data entry (error prone & boring) I do this with conditional logic...

14 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

here's the formula in G5, lemme explain: if G1 ("Aug 2") is greater than or equal to the arrival date B5, AND less than or equal to the departure date, the box should be checked https://t.co/hxcEKCjWvo

Tweet image 1
18 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

I'll explain the rest in a minute, gotta go get ice cream it's important

35 1
6/20/2022
Placeholder
Loopy@strangestloop• about 3 years ago
Replying to @RichDecibels

@RichDecibels wat flavor

1 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @strangestloop

@strangestloop il gattopardo = pistachio passionfruit & lemon zest

1 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

sorry long delay I met a nice cat it was important https://t.co/ITGgB8n8Uo

Tweet image 1
100 4
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

ok next, how to count the number of guests per night? in cell G7 I have the formula "=countif(G2:G6, true)" which means, check all the cells between G2 and G4 and count all the ones marked "true" (ie. count the ones that are checked) https://t.co/6vUAMHzz84

Tweet image 1
14 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

I can drag the little blue icon on the bottom of G7, drag to the right, and it will copy the formula to the next cells it automatically increments, so the formula in H7 is "=countif(H2:H6, true)"

9 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

maybe you noticed in the first formula I used dollar signs, like "if(G$1 >= $B5)" $ means "don't increment this part of the cell reference when I copy the formula to the next cells" so a formula with $B5 will *not* become C5 when I drag to the right

13 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @RichDecibels

next, how to count just the guests who need beds? I have another grid of true/false checkboxes here's the formula in cell N4. translation: if the guest is in the house (D4="House"), and they're staying tonight (G4 is true), this cell should be true https://t.co/cbPhK1Q6B6

Tweet image 1
13 0
6/20/2022
Placeholder
Johnson (TC House Lisbon -Dec)@justavagrant_• about 3 years ago
Replying to @RichDecibels

@RichDecibels this is clutch information that i feel like i should have known

2 0
6/20/2022
Placeholder
Richard D. Bartlett@RichDecibels• about 3 years ago
Replying to @justavagrant_

@JohnsonHsieh4 ya dude there's a million little things like this

2 0
6/20/2022
Placeholder
Johnson (TC House Lisbon -Dec)@justavagrant_• about 3 years ago
Replying to @RichDecibels

@RichDecibels This is how I did it for a previous event! I like how you did a dropdown for tent/bed because it prevents typos. I'm not sure how to avoid a gantt chart approach if people are going to be changing rooms in between like we had https://t.co/e03M88nFNz

Tweet image 1
1 0
6/20/2022
Placeholder
Pepijn is going to treeweek 2@pepijndevos• about 3 years ago
Replying to @RichDecibels

@RichDecibels I made a thing that allows you to compile spreadsheets into hardware so you can drive low latency or industrial or embedded processes with it. Feels like there should be some business in that but I've not found it.

6 0
6/20/2022