Google Sheets - Is this doable?

lifted731

New Member
Joined
May 14, 2020
Messages
8
Hey there!

I'm looking for some help creating a formula. I have linked a CSV of the sheet I'm working on, below.

The goal is to quantify how many errors occur during inventory transfers and then modified by a scale of how impactful that error is. I'm open to other ideas on how to get to this goal but here is what i was thinking.

1600276403878.png


I hope that makes sense, and again, if there's any other ways to achieve the goal I'm all ears.

I think the important things for me are to show how often these things happen and assign a value of how much the errors negatively effect efficiency. The scale i gave it currently was just a 1 or a 2 with 2 being a heavier impact.

Thanks!

TO Success Rate - September.csv
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
=SUMIFS($A$2:$A$6, C$1, C$11, $C$2:$C$6, TRUE) + SUMIFS($A$2:$A$6, C$1, C$11, $D$2:$D$6) + SUMIFS($A$2:$A$6, C$1, C$11, $E$2:$E$6) + SUMIFS($A$2:$A$6, C$1, C$11, $F$2:$F$6) + SUMIFS($A$2:$A$6, C$1, C$11, $G$2:$G$6) + SUMIFS($A$2:$A$6, C$1, C$11, $H$2:$H$6)
 
Upvote 0
Sorry for the delayed response and thank you for that. I'm a super noob so i guessed that this formula would go into cell C13 to the right of my note under transfer total impact. However, im getting the following error. "Array arguments to SUMIFS are of different size." I tried playing around with the formula making assumptions on how its working but got no where. Any chance i can get some context and diagnostics assistance?

Links to spreadsheet:
XLSX File
CSV File
 
Upvote 0
Would something like this work for you? For lifted731

I didn't have access to your file so I made my own, but I didn't type our your error descriptions, sorry.
 
Upvote 0
You could also have the total impact color graded from most impact to least impact by adding conditional formatting.
 
Upvote 0
I like this a lot, thank you @p_s

Although how can i get "#of instances" to count how many checkmarks under a given date? rather than how many times the date shows up.
 
Upvote 0
I like this a lot, thank you @p_s

Although how can i get "#of instances" to count how many checkmarks under a given date? rather than how many times the date shows up.

updated,
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,214,824
Messages
6,121,784
Members
449,049
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top