Hi, I have two sheets, one is an intake sheet and the other is a metrics sheet. Metrics Sheet Plan has an OR(ISDATE( Formula to raise flag is a date is entered Agents has an IFERROR(INDEX(DISTINCT for…
I want to create a column Formula that captures the Start Date and End Date in Networkdays but does not show the Invalid Data Type error for every unused column. Trying to do this without using depend…
I use this formula to identify how many Requests a certain Division entered. =COUNTIFS({Divisions}, [Request Entered by]@row, {Request Type}, "Template Request") I want to combine it with this formula…
I am building a ticketing system and need to identify how many specific requests get entered each month by a specific department. It would need to use the Request Type "Template Request", the Division…