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.
I need this formula to sum cells in a reference sheet based on dates. The reference sheet has a column with dates, and there could be multiple of the same date. I was able to get this formula to work on the top line in the screenshot, but the next line is adding the 2 week ending sums together. The planned bushels for week…
I'm having an issue with this sheet: Smartsheet - Quote The COST / PC column is where the issue is happening. On line 4, I'm testing out using a different material that doesn't conform exactly to the sheet's setup but I'm trying to build in functionality to make it possible. When the columns being added by COST / PC are…
I am looking for your help once again :) So the below formula works fine for me however I have other sheets that I also need to reference. I'm assuming I would need to add an AND or OR formula to the below however I'm not sure where or what structure the formula should be. And its to reference another 4 sheets, including…