Around the Year in 52 Books discussion
Off Topic
>
Spreadsheeters Unite!
message 51:
by
Samantha
(new)
Aug 02, 2018 07:03AM

reply
|
flag
Have at it!
I also have a blank spreadsheet that I made to distribute on my blog. You can get it in my blog post here: https://www.bourquesbooks.com/trackin...
I took most of my stuff off and tweaked it so anyone can use it!
I also have a blank spreadsheet that I made to distribute on my blog. You can get it in my blog post here: https://www.bourquesbooks.com/trackin...
I took most of my stuff off and tweaked it so anyone can use it!

This is fabulous! I hate setting up the statistics part of my spreadsheet so I will definitely be using yours. Thanks.
No problem! I’m happy to share! Just let me know if you run into any formula problems. You shouldn’t have to edit anything on the Stat tab.. it should auto fill when you enter information.

For example, one book published in 1932, one book published in 2001, and three books published in 2017... the average is 1997. But shouldn't it be something more like maybe 2013 since the majority of the books were 2017? Those older publications should just bring it down a little, right?
I'm so baffled. Help! :)

I guess I'm not sure what you mean because if I add 1932 + 2001 + 2017 + 2017 + 2017 and divide the sum by 5, I do get 1997. Keep in mind, 1932 is almost 70 years from 2001 so it's going to bring down the average quite a bit.
Similarly, if you scored a 20 on a test, with a 90 and 3 100s, given that all the test averages are weighted equally, you're going to end up closer to 80%, not in between 90 - 100.
Not quite the same effect, but similar.
Also not sure if that helps at all. I guess all I can defend is that the formula isn't wrong!
When I do the averages on a calculator, it comes out to 1996.8, so the formula should be correct. I can’t explain why, I just know that it works 😂 The 1932 would bring down the average significantly.

As I pondered about it a bit more my brain recalled some terms from math classes long long ago and as I researched I realized that what I was actually wanting the spreadsheet to do was to calculate the "median" - the number that would fall in the middle of a range of numbers. Redoing the formula as median instead of average gave me a number that makes more sense to me.
And this is why I am not a statistician. :lol:
The straight average will be moved a lot by even one outlier. However, if you wanted something that better reflected the mode (ie most common) publication date, you could devise a weighted average. I'm going to refer you to the wikipedia article if you want an in depth explanation, because I am not the best at explaining math stuff.
https://en.wikipedia.org/wiki/Weighte...
https://en.wikipedia.org/wiki/Weighte...

As I pondered about it a bit more my brain recalled some terms from math classes long long ago and as I researched I realized that what I was actually wanting the sp..."
Gotcha! I was thinking you may be thinking median in which case it would be 2017 but was thrown off by the 2013!

Samantha, the 2013 was a random number that made sense to me, not anything mathematically accurate (because I suck at math). :)

Is there a way to create a formula that will automatically check a checkbox? What I mean is if I have a series of checkboxes on Sheet 3 and I want the boxes to get checked off if I type something on Sheet 1, is that possible and how do I do it?

I saw that blog in a quick search earlier today and was going to explore more in depth when I got home from vacation later this week if no one else figured it out yet. You’ll have to let us know if that works!

Easy, huh? That's one of the pages I looked at when researching and if the answer is there, I do not see it. :)

You couldn't do it with an IF statement? So that if a certain cell (or range) equals x (or a certain number), it checks the box?
I can talk to my spreadsheet friend tomorrow at work and see what he thinks. I know he has set up check boxes that refer to cells, but I don't know if you can do it so that it checks the box if you meet a certain criteria.
I can talk to my spreadsheet friend tomorrow at work and see what he thinks. I know he has set up check boxes that refer to cells, but I don't know if you can do it so that it checks the box if you meet a certain criteria.

=IF(isblank(targetcell), “”, “X”)
Replace targetcell by clicking on the place you are looking at. If it is blank, the cell with the formula will be blank too, if there’s anything in it, you’ll get an X. You might be able to replace the X with a check mark using copy and paste or something, not sure.

=IF(isblank('2019'!Q5), “”, “X”)
I want it to put in an X if there is an X in cell Q5 on sheet 2019 but to leave it blank if cell Q5 is blank.
Thanks!


I just tried this exact formula in both Excel and Google Sheets and it worked in both places:
=IF(ISBLANK(Sheet2!A2),"", "X")
Maybe spaces between commas is an issue? Not sure. Try copy and pasting the above, and just replacing the cell reference?

Tracy, I understand. I can do a goodly bit with spreadsheets but formulas are not my friend. (I'm still trying to figure out what "foo" means, as in IF(A2 = "foo","A2 is foo") LOL.)

This should work to give you a check mark or empty box. Note that it's not the "official" checkboxes of Google Sheets, but it at least gives you the symbol if that's what you like. And should also note that that blank box would count as the cell being filled in, so if you're using a count or sum function, it would count that empty box.

Tracy, I understand. I can do a good..."
I bet it was not recognizing smart quotes. And "foo" just means whatever placeholder variable value to programmers, I gather. if there are two things sometimes you'll see foo and bar.

Just wanted to share my panic of the day with you guys haha

Nothing is ever truly gone from the internet... worked in your favor today!! Glad it was recoverable!

EDiT: never mind. I found a spreadsheet from my archives that had exactly what I needed. I’ll share more later during my holiday break when I’m on my computer again, but essentially you make column A your list. You fill =rand() in column B. You put an index/rank function in column C.

You flatter me; but really, I'm a Google search rockstar!
So to make this work...
Put your list in column A.
In column B, fill "=RAND()" down the column.
In column C, fill "=INDEX(A:A,RANK(B1,B:B))" for as many cells as you want choices. So if you want the sheet to choose 3 random things from column A for you, fill in 3 cells (B1 will need to change to B2 and B3 but the sheet should automatically do that if you're filling down).
Note that this is a "volatile" function so that means that any time you reload the file or you edit ANY cell in the spreadsheet, it's going to recalculate and give you new random choices. If you want to keep the list it generated, you need to copy the cells and do a "paste values only."

You flatter me; but really, I'm a Google search rockstar!
So to make this work...
Put your list in column A.
In column B, fill "=RAND()" dow..."
Here's what it looks like in action: https://docs.google.com/spreadsheets/... (It's the "ebook chooser" tab if it doesn't automatically send you there). I'm going to play with it more in a few days, but currently it's pulling from my "TBR books" tab where "yes" is the value for if the book is available as an ebook somewhere.
Hi spreadsheeters!
I've created a new audiobook category in my stats this year, because last year was the first year I really listened to audio regularly and it felt like cheating to just count pages for those when I actually listened.
I'm just having a bit of trouble with categorizing my audio books, since I haven't really tracked them.
I currently have it divided up like this:
Short (<5 Hours)
Medium (5.1-11 Hours)
Long (11.1-14 Hours)
Very Long (14.1-17 Hours)
Doorstop (>17 Hours)
But I've listened to two books this year, and the first one was 15.75 hours, while the other is 18... so I feel like I should raise the bar for the long ones.
How do you have yours categorized? Any suggestions?
I've created a new audiobook category in my stats this year, because last year was the first year I really listened to audio regularly and it felt like cheating to just count pages for those when I actually listened.
I'm just having a bit of trouble with categorizing my audio books, since I haven't really tracked them.
I currently have it divided up like this:
Short (<5 Hours)
Medium (5.1-11 Hours)
Long (11.1-14 Hours)
Very Long (14.1-17 Hours)
Doorstop (>17 Hours)
But I've listened to two books this year, and the first one was 15.75 hours, while the other is 18... so I feel like I should raise the bar for the long ones.
How do you have yours categorized? Any suggestions?

I think it depends on the audio books you listen too but based on my general audio book use I'd change it to something like this:
Very Short (<5 Hours)
Short (5.1-11 Hours)
Medium (11.1-18 Hours)
Long (18.1- 25 Hours)
Very Long (25.1-35 Hours)
Doorstop (>35 Hours)
Part of it is just that audio books take several hours longer to listen to than to read the print version which is why your doorstop of 17 plus seems too low to me. Then again, I also read really long books so a 17 hour audio books seems like an average book length.
That's what I was thinking, Jillian! Most of the audiobooks I've picked up in the last month have been 15-18 hours, so I thought that should be more medium, but I haven't really paid attention to it, so I couldn't figure out how to divide the categories.
Thank you for that suggestion!
Thank you for that suggestion!

Although I'm using someone else's template this year and they have:
0-4 hours:
4-8 hours:
8-15 hours:
15-25 hours:
25-40 hours:
40+ hours:
I listened to Anna Karenina which came in at 35 hours and that was plenty long enough for me lol. I think I've decided to go with:
Short (<10 Hours)
Medium (10.1-17 Hours)
Long (17.1- 23 Hours)
Very Long (23.1-30 Hours)
Doorstop (>30 Hours)
(My spreadsheet stats formatting is keeping me limited to 5 categories only lol)
Short (<10 Hours)
Medium (10.1-17 Hours)
Long (17.1- 23 Hours)
Very Long (23.1-30 Hours)
Doorstop (>30 Hours)
(My spreadsheet stats formatting is keeping me limited to 5 categories only lol)

Last month, I finished Les Misérables which was over 60 hours 😳 and listening to it at an increased speed it was too long.


Not a Numbers user but this seems to be a solution: https://apple.stackexchange.com/quest.... Sounds like a two step solution instead of a single formula function like you’d get in Excel or a Google Sheets.

On a google spreadsheet I created, I have a column with letters designating days of the week. I set up a formula to count how many instances there are of each letter. For some reason the formula will not read the letter T! I can substitute absolute anything else for the T and the formula will read it.
Anybody have any ideas? Thanks!

On a google spreadsheet I created, I have a column with letters designa..."
T is a function in Google Sheets, so maybe it's confused?

Aha! That makes sense. Thank you!
For all my spreadsheet friends, just a heads up that tomorrow I will be removing the 2023 Plan tab and opening up the A-Z tabs for 2023... trying to get the spreadsheet ready before the baby gets here.
I know some of you like to jump on those threads early to claim your spot, so I'll likely be doing that tomorrow morning (around 7-8am CST), if you want to set an alarm lol
I know some of you like to jump on those threads early to claim your spot, so I'll likely be doing that tomorrow morning (around 7-8am CST), if you want to set an alarm lol

I also have a blank spreadsheet that I made to distribute on my blog. You can get it in my blog post here: https://www.bourquesbooks.com/trackin...
I took most of my stuff..."
Emily, I just want to say a HUGE thank you for sharing your personal blank spreadsheet! It is fantastic!! I played around with it today and pre-add my expected January reads just to get a feel for how it works and am so excited to start reading and continue using.

https://airtable.com/invite/l?inviteI...

https://airtable.com/invite/l?invit..."
Kelly, is there a way to view your sheet without making an account? It’s prompting me to create one to view it.
Books mentioned in this topic
It (other topics)Les Misérables (other topics)
Anna Karenina (other topics)