I am attempting to create a tracker tool and am rusty in excel. However coming bad to corporately restricted excel and given a project that needs excel's full capabilities.
I am to create a simple tracker that reviews and scores a contractor based on tasks performed during the day.
Bob takes a photo of the tires but forget the in cab photo. Scores out and averages over stops performed.
I would like a checkbox that would score 100 if they if click it over the calculated average if true.
I think this should work but does not: =IF(J2=TRUE,100,=AVERAGE(K2:K10)) What am I missing?
- No access to developer tab
- No VBA
- Online version only
I am to create a simple tracker that reviews and scores a contractor based on tasks performed during the day.
Bob takes a photo of the tires but forget the in cab photo. Scores out and averages over stops performed.
I would like a checkbox that would score 100 if they if click it over the calculated average if true.
I think this should work but does not: =IF(J2=TRUE,100,=AVERAGE(K2:K10)) What am I missing?