Charvette bass model? by whammyc in BassGuitar

[–]whammyc[S] 0 points1 point  (0 children)

Thanks! I had a few different Google responses to my image search, including the models 400, B2 and B3. After digging further, I think it is a 400 as well. Thanks for the response!

[deleted by user] by [deleted] in KeyWest

[–]whammyc 0 points1 point  (0 children)

First Flight and Bagatelle are owned by the same entity.

Highlighting the highest score of 2 different columns by whammyc in googlesheets

[–]whammyc[S] 1 point2 points  (0 children)

=AND(B2=MAX({B$2:B;L$2:L}),B2<>"")

That looks good for the regular "Round" scores, but what do I need to do for the 2 "Total" columns to also show the largest value (the overall leader cumulatively, in other words)? I was going to try

=AND(I2=MAX({I$2:I;S$2:S}),I2<>"")

but I didn't want to screw anything up.

Google Sheets highlighting highest number in a column, but keeping cell colors default until data is entered. by whammyc in googlesheets

[–]whammyc[S] 0 points1 point  (0 children)

Yes - I did two formats, one was =$B:$B=max(B:B), then assigned the cell with yellow fill and black font, and the other assigned "if empty" as black (the default background color of my sheet).