Hello,
i have a excel sheet that has the formula of
=COUNTIFS(Alerts!A1:A693,">="&A11,Alerts!A1:A693,"<="&B11,Alerts!C1:C693,R6)
I am trying to do the same formula in smartsheets. This is what I have:
=COUNTIFS({Alerts Range 1}, >[Column13]4, {Alerts Range 1}, <[Column14]4, {Alerts Range 2}, [Column11]4)
What I want to do is count how many times a word is inputted from a date range.
Can some help out and what the correct formula should be?
Thanks