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
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