["referring to the data shown in the image while using the filter function and getting the return values, How can I return blank cells as it is instead of printing as Zeros while using filter function"]
=FILTER(A2:C13,A2:A13=E1," ")
referring to the data shown in the image while using the filter function and getting the return values, How can I return blank cells as it is instead of printing as Zeros while using filter function




You could try:
• Formula used in cell
E2Another possible way could be adding
&""in front of your array argument. Note that it will convert your numeric values to text so you can use aVALUE()function or multiple by1to convert it back to numeric when required for further calculation.• Formula used in cell
E8Or, you can use as proposed by VBasic2008 Sir
• Formula used in cell
E14