I have a sheet summary and I need to have several formulas
1-How many requests total? =COUNT([Date Received]:[Date Received])
2-How many requests from Group "A"-Group "B"?
a) which has the most volume?
b) what formula to use percent as well
3-How many actual staff has been requested? (FYI- there are 6 columns for group A & B with staff requests and another 6 columns for group A & B that has the actual number of staff provided)
a) How many have been fulfilled/provided?
b) what formula to show the percent.
4- formula to count "Approved" =COUNTIF([Status (IMT) ONLY]:[Status (IMT) ONLY], "Approved")
a) how do I edit the formula to look for " Approved & Already Fulfilled"?
b) what formula to use percent of total approved/Already fulfilled compared to other statuses in the column?