We're hosting a "Bike to the Moon" where our supporters are uploading their daily trips, miles and emails in a worksheet. We want to display a riders' individual trips (showing date and miles traveled) and a total miles field that sums across all their trips (rows.)
I'm using this formula at the moment but I'd rather not have to manually swap out this formula's email every time I need to sum someone else's miles:
=SUMIF(Email:Email, FIND("alyssakatz26@gmail.com", @cell) > 0, [Actual Earth Miles]:[Actual Earth Miles])
I don't know if it's possible in Smartsheet, but ideally I'd like to show only an individual's trip details and total miles when they're the current user, so everyone else's trips and miles are hidden from the current user.
Any help and/or advice would be greatly appreciated!