ByPass Blank cells in formula

GalleyOC

New Member
Joined
Feb 19, 2016
Messages
13
Hello all,
I am using this formula to pull a list of survey comments for employees from a raw data sheet. It is working fine but Id like to not have all the blank results in between the ones that have comments. Any Suggestion on how to alter this to no include the blanks?

=ARRAYFORMULA(IFERROR(INDEX(Promoter,SMALL(IF(FormName=$B$3,ROW(Promoter)-MIN(ROW(Promoter))+1),ROWS($B$19:B19))),""))

note, this is google sheets not excel but I figure the two are similar enough.

Thanks
Promoter is a data set
FormName is also a data set
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hello,

You do have to insert your additional condition in your Array Formula ...

HTH
 
Upvote 0
What would that look like? I tried adding an ISBLANK to my IF statement but it resulted in the same list with multiple blanks
Thanks
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,915
Members
452,366
Latest member
TePunaBloke

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