After 6 books this first month of the year, I'm quite surprised that the short novella and series starter A Spindle Splintered has turned out to be the best I rated thus far. But this whole endeavour is done as scientifically as possible on such a subjective topic. With the CAWPILE rating system... 8.91 is the highest average rating thus far. It's a 4 1/2 star read, but we all know Goodreads doesn't allow half star ratings.
My spreadsheet includes 10 columns to help me with this. The 7 columns for the 7 categories are added up and divided by 7 in the 8th column. The 9th column assigns a half star rating to each range of the ratings. The 10th column adjusts those rating ranges so that a low half star rating is rounded down and a high half star rating is rounded up.
If anyone is interested in these formulas and ranges, please see below. Please note: I do not believe that these work in Excel. I know they work phenomenally in Google Sheets. I based the second formula off the first formula that was developed for Sheets by G @Book Roast and adjusted by Renee @Addicted To Romance and then further adjusted by myself.
Converting Averaged Score to Half Star Ratings:
=IF(BH3<=0," ", IF(BH3<1.65,"1",IF(BH3<2.299,"1.5", IF(BH3<3.4, "2", IF(BH3<4.599, "2.5", IF(BH3<5.75, "3", IF(BH3<7, "3.5",IF(BH3<7.95, "4", IF(BH3<9, "4.5", IF(BH3<9, "5", "5"))))))))))
Converting Averaged Score to Rounded Star Ratings:
=IF(BH3<=0," ", IF(BH3<1.97,"1", IF(BH3<4, "2", IF(BH3<6.4, "3", IF(BH3<8.5, "4", IF(BH3<9, "5", "5"))))))
BH is the 8th column of the ratings portion. Yes, I have that many columns. A lot of columns are also hidden because they are not necessary for data, but necessary for conditional formatting. It's best to type it into the top cell that contains an average. Imagine for a moment that Row 1 is a sheet title, Row 2 is the column headers, making Row 3 the first one that lists a book.
If you have fewer columns, you won't be using BH. Replace this with whatever column letter your average column is listed in.
If you're not interested in the columns of my Log page, move along. S'all good. No offense taken.
No comments:
Post a Comment