I need to obtain a running total of days for an inspector for a given month in a column “Days Per Inspector”.
I have the following Sheets & Columns:
Inspector (Personnel) Sheet
- Days Per Inspector (SUM – Number)
- Inspector Contact (Name – Contact List)
Inspections Sheet
- Inspector 1 (Name – Contact List)
- Inspector 2 (Name – Contact List)
- Inspector 3 (Name – Contact List)
- Duration (Number)
- Planned Month (Month Number 1 to 12)
The Inspector Contact (name) can appear in any of the 3 inspector slots, but only once per row. To get started I am only trying to match Inspector 1 (but I need all 3).
Duration is the number of days I am attempting to total on the Inspector Sheet: Days Per Inspector.
Planned Month is the Month that I want the total number of days on inspections.
I’m new to Smartsheet and have limited experience with Excel and relational databases so I’m trying to get my head around which formula to use here (and how!).
SUMIF?
SUMIFS?
I appreciate any and all input!