Hi,
I am struggling with little formula in EXCEL 2003. Trying to concatenate range of cells based on if condition but no success so far.
I have range of cells need to concatenate: N1:N20 and range O1:O20 has either Y or empty or N. I want to look in range O1:O20, if cell value is: Y (more than one cell have Y value) then concatenate relative values from range N1:N20. I am trying to avoid vba code cause I am not good in that. Here I have one formula but it looks first cell in range and does not look in next cell: an array formula
{=IF($O$1:$O$20="Y",CONCATENATE($N$1:$N$20&"/"),"")}
Any help would be appreciated.
Thanks
Ria
I am struggling with little formula in EXCEL 2003. Trying to concatenate range of cells based on if condition but no success so far.
I have range of cells need to concatenate: N1:N20 and range O1:O20 has either Y or empty or N. I want to look in range O1:O20, if cell value is: Y (more than one cell have Y value) then concatenate relative values from range N1:N20. I am trying to avoid vba code cause I am not good in that. Here I have one formula but it looks first cell in range and does not look in next cell: an array formula
{=IF($O$1:$O$20="Y",CONCATENATE($N$1:$N$20&"/"),"")}
Any help would be appreciated.
Thanks
Ria
