Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 08-09-2025, 02:31 AM
p45cal's Avatar
p45cal p45cal is offline FILTER Function with multiple criteria and possible empty cells Windows 10 FILTER Function with multiple criteria and possible empty cells Office 2021
Expert
 
Join Date: Apr 2014
Posts: 956
p45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond reputep45cal has a reputation beyond repute
Default

Quote:
Originally Posted by 14spar15 View Post
I’m not sure what is going on here.
Keep trying!
In the meantime, I think you'll need to be adding the likes of
Code:
(V26:V500="")
to your include element of the FILTER function.
Where exactly and whether you use multiply or add depends on which results you want to see.




For
Quote:
where cell V,Y,L and R have no data
you could use
Code:
*((Y26:Y500 & V26:V500 & L26:L500 & R26:R500)<>"")
although if there are errant spaces in those cells the liberal use of TRIM should help.




For
Quote:
don’t want any rows selected if all the search cells (G2,J2 and M2) are blank
you could wrap the whole formula in
Code:
=IF(G2 & J2 & M2 ="","Empty Criteria",yourFilterFormula)
All in all, quite convoluted.


Edit:
I note in your formula in msg#1 you have:


ISNUMBER(SEARCH (J2,R26:R500))
where there's a space between the H of SEARCH and the open parentheses. I hope it's the website's mangling of your formula because when I pasted the formula into a cell it didn't throw any error but the result was wrong.
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Index and Match function with multiple criteria not searching the next record mushtaqkadar Excel 3 06-17-2017 12:20 AM
FILTER Function with multiple criteria and possible empty cells Filter Mail Merge based on a list of filter criteria AusSteelMan Mail Merge 2 05-09-2016 03:35 PM
Filter tasks with multiple criteria markhad Outlook 0 03-15-2016 02:48 AM
Counting cells with multiple complex criteria TishyMouse Excel 12 12-06-2012 05:05 AM
FILTER Function with multiple criteria and possible empty cells filling multiple cells whislt using Filter VinceO Excel 1 05-09-2011 06:38 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:12 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft