Sign in to join the conversation:
I have a rollup sheet. I am needing a cross sheet formula to calculate total quote for a specific sales rep.
See screen shots below.
Thanks so much your help. I really do appreciate it!
looks like a bunch of stacked sumifs.
sumif({name column reference},[Quote Information]@row,{Total Door Costs Reference}) + sumif({name column reference},[Quote Information]@row,{Total Drawer Boxes})
Or something like that.
perfect. that's what I needed to get me started.
Thanks!
if I just wanted the total quotes for sales person "Isaac Soto" would this work
=SUMIFS({CRS Multi-Family Total Quote}, {CRS Multi-Family Quote Form Sales Rep}, "Isaac Soto")
where mulit-family quote form sales rep is the range where I am looking for the data, and CRS Multi-family total quote is the column where the actual data im looking for. and Isaac Soto is the sales person. This seems to work for now. Im wondering if will hold up down the road?
thanks,
SGF
It should hold up, but I would suggest using a cell reference instead of actual text in your formula to save yourself from having to edit multiple times.
=SUMIFS({CRS Multi-Family Total Quote}, {CRS Multi-Family Quote Form Sales Rep}, [Quote Information]@row)
This will have the formula looking in the Quote Information column on whatever row the formula happens to be in so it will automatically update itself to look for that particular name.
Hi there, I've created a sheet to where my team is tracking information received. In one column, we are logging the date and time information came in (ie: November 21, 2025 8:30 AM). I would like to add a checkbox column, with a formula specifying that the box be checked if the logged time is AFTER 8:30 AM, and left…
I have a list of properties that I'm keeping track of. I have each building divided into suites (children) and each suite has a cell with its square footage. The total square footage rolls up to the building name. I also have a drop down column that shows if the suite is occupied or vacant. I need a to calculate the…
Hi! I'm fairly new to SmartSheets but have been trying a number of things that havent yet worked. I want to be able to show for each parent row, the number of child rows completed as a %. So for the parent row Process Overview there are 7 tasks and 6 tasks are complete so I want it to show as 90%. Can anyone help me?