babypink2807
New Member
- Joined
- Jul 13, 2015
- Messages
- 27
- Office Version
-
- 2016
Hi guys
I am trying to work out how many items for one depot are either on hire, available or being collected I can easily add up and split up how many items each depot has, thats easy using -COUNTIF(E2:E1524, "01"). But now I need to split that down further into how many of those items are on hire, or available
My data is as follows
<tbody>
</tbody>
So in theory in Total I have 4 items
Depot 01 has 2 items, 1 in repair and 1 Available
Depot 02 has 2 items, 1 Available and 1 to collect
I would like to produce a pie chart that shows Depot 01 has 2 items of which it is split in to 1 available and 1 in repair? basically its 50% of each. In my true data I have over 1500 items
Hope that makes sense
I am trying to work out how many items for one depot are either on hire, available or being collected I can easily add up and split up how many items each depot has, thats easy using -COUNTIF(E2:E1524, "01"). But now I need to split that down further into how many of those items are on hire, or available
My data is as follows
Status | Qty | Depot |
Available | 1 | 01 |
Available | 1 | 02 |
Repair | 1 | 01 |
Collect | 1 | 02 |
<tbody>
</tbody>
So in theory in Total I have 4 items
Depot 01 has 2 items, 1 in repair and 1 Available
Depot 02 has 2 items, 1 Available and 1 to collect
I would like to produce a pie chart that shows Depot 01 has 2 items of which it is split in to 1 available and 1 in repair? basically its 50% of each. In my true data I have over 1500 items
Hope that makes sense
Last edited: