why showing as blank not zero

AYSHANA

Board Regular
Joined
Oct 16, 2021
Messages
90
Office Version
  1. 2019
  2. 2013
Platform
  1. Windows
my table contains formulas , but why in F4:F8 is showing as blank instead of zero, it should be like E4:E8 or D4:D8.
and also its not calculating, i tried to write the formula again but still im getting same issue.
thank you.


COMBINE vba .xlsm
BDEF
3FEBMARAPR
4Received BGRPS2410 
5Received XM580 
6Received IAT10 
7Received DAT00 
8Received BGRP30 
Summary
Cell Formulas
RangeFormula
D4D4=IF($U2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$3000,">="&$U2,'raw daily'!$G$2:$G$3000,"<="&$U3,'raw daily'!$B$2:$B$3000,$S$4),"")
E4:E8E4=IF($V$2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$3000,">="&$V$2,'raw daily'!$G$2:$G$3000,"<="&$V$3,'raw daily'!$B$2:$B$3000,$S4),"")
F4F4=IF($W$2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$3000,">="&$W$2,'raw daily'!$G$2:$G$3000,"<="&$W$3,'raw daily'!$B$2:$B$3000,$S4),"")
D5D5=IF($U2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$3000,">="&$U2,'raw daily'!$G$2:$G$3000,"<="&$U3,'raw daily'!$B$2:$B$3000,$S$5),"")
F5:F8F5=IF($W$2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$30000,">="&$W$2,'raw daily'!$G$2:$G$30000,"<="&$W$3,'raw daily'!$B$2:$B$30000,$S5),"")
D6D6=IF($U2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$3000,">="&$U2,'raw daily'!$G$2:$G$3000,"<="&$U3,'raw daily'!$B$2:$B$3000,$S$6),"")
D7D7=IF($U2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$3000,">="&$U2,'raw daily'!$G$2:$G$3000,"<="&$U3,'raw daily'!$B$2:$B$3000,$S$7),"")
D8D8=IF($U2<=TODAY(),COUNTIFS('raw daily'!$G$2:$G$3000,">="&$U2,'raw daily'!$G$2:$G$3000,"<="&$U3,'raw daily'!$B$2:$B$3000,$S$8),"")
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,214,896
Messages
6,122,132
Members
449,066
Latest member
Andyg666

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