Problem with filter function pulling through zeros instead of a blank cell

MarvinH

New Member
Joined
Jul 29, 2020
Messages
9
Office Version
  1. 365
Platform
  1. Windows
Hi all

I have got a problem with a filter function, it is pulling information from another data sheet that has blank cells in the data, it is pulling the blank cells through as 0 which is affecting my averages on another sheet, is it possible to make the blank cells pull through no information just as a blank cell, I cant work how to make formula work, when I add a IF statement, can you help please, here is my formula, what is the best way of pulling through blank cells as blank cells? Any help will be greatly appreciated

=FILTER('Data Input'!C3:BJ27,'Data Input'!C1:BJ1="Mon")

Many Thanks
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
What version of Excel are you using? Your profile shows 2019 but that does not have the Filter function.
 
Upvote 0
Thanks for that, how about
Excel Formula:
=LET(f,FILTER('Data Input'!C3:BJ27,'Data Input'!C1:BJ1="Mon"),IF(f="","",f))
 
Upvote 0
Thanks for that, how about
Excel Formula:
=LET(f,FILTER('Data Input'!C3:BJ27,'Data Input'!C1:BJ1="Mon"),IF(f="","",f))
Oh my god thank you so much, that has fixed my problem, have a great weekend 😀
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,314
Members
449,081
Latest member
tanurai

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