I'm trying to count the number of cells (dates) that fall between two dates that are selected in sheet summary. In excel I've been able to make this work
=COUNTIFS($C$7:$C$47,">="&$H$1,C7:C47,"<="&$H$2)
H1 and H2 being the relative date range I'm wanting to count between. I just don't know how to convert this into Smartsheet language. The relative date ranges (H1 & H2) would be in Sheet Summary.