View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Savvy Savvy is offline
external usenet poster
 
Posts: 3
Default if then statement to return text from cells satisfying condition

HI, I need to check the contents of 29 columns and return the text
values of all the non-zero cells in that row.I am trying to run an if-
then statement to acheive the following:

if (B1:AD1 1, (return the text within the cells as multiple strings
separated by commas),0)
I need help on how to acheive this result. I tried concatenation but
it wasn't working out.

Thanks