Back
Thrifty Sheet
Thrifty Sheet
#thriftysheet
A smart spreadsheet that allows you to compare the price of groceries across multiple stores and see which items are the cheapest/most expensive based on real metrics, not just the sticker price.
One of the columns in the spreadsheet has some quite detailed computations, and I was spinning my wheels before finally solving it. I'm not a spreadsheet genius, so getting this sorted was an absolutely HUGE deal.
=ARRAYFORMULA(
IF(
A2:A<>"",
IF(
COUNTIF(Items!A:A, A2:A)>1,
...