Forum Discussion
DKGURUNG
Feb 06, 2020Copper Contributor
How to insert two (< = ) operators in a formula/criteria?
=COUNTIFS('Data 4'!$Q:$Q,$A29,'Data 4'!$O:$O,'Count visits'!G$26,'Data 4'!$I:$I,"<1:00:00") Help needed to modify the formula so the criteria also includes (=1:00:00) at the end. Thank you in ad...
PascalKTeam
Feb 06, 2020Iron Contributor
no need for two arguments. <= will do the job
DKGURUNG
Feb 06, 2020Copper Contributor
Thank you for your assistance.