I am new to smartsheet so this may be a simple question.
I want to sum up the total hours of a project based on the status of the column. I.e. total amount of hours complete, not started etc.
The 2 colunms I am interested in are Status (on track, complete etc) and Duration
I have tried this ...
=SUMIF(Duration267:Duration273,Status7:Status283=Complete)
and this ...
=SUMIF(Duration7:Duration273, "on Track", Status7:Status273)
and ...
=SUMIF(Duration7:Duration273, Status7:Status273, "on Track")
thanks