I want to divide the number of requests that were completed on time by the total amount of requests submitted that month. I'm referencing another sheet in my formula.
The following is giving me "UNPARSEABLE"
=IF({On Time?} = "Yes", {Submitted Date}, YEAR(@cell) = 2023, {Submitted Date}, MONTH(@cell) = 1) / ({Submitted Date}, YEAR(@cell) = 2023, {Submitted Date}, MONTH(@cell) = 1)
Do I need a COUNTIF function somewhere?
I'm pretty new to Smartsheet so I appreciate the help.