Google Sheet Formula Help

ShoaibAli

Banned - Rules violations
Joined
Jan 15, 2020
Messages
121
Office Version
  1. 365
  2. 2019
  3. 2016
  4. 2013
  5. 2011
  6. 2010
  7. 2007
Platform
  1. Windows
=COUNTA(IFERROR(QUERY(IMPORTRANGE($V$5,"QC sheet!A793:K850"), "Select Col5 where Col2 contains '"&E$3&"' and Col4 contains '"&$D5&"'",0)))

Above formula is working fine but when adding dates to count data date wise then it goes wrong.

Applying below formula but faild please help

=COUNTA(IFERROR(QUERY(IMPORTRANGE($V$5,"QC sheet!A793:K850"), "Select Col5 where Col2 contains '"&E$3&"' and Col4 contains '"&$D5&"' and date "&TEXT(Summary!$T$2,"'YYYY-MM-DD'")&" <= Col8 and date "&TEXT(Summary!$U$2,"'YYYY-MM-DD'")&" >= Col8 and Col1 is not null ",0)))
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top