sassy
New Member
- Joined
- Feb 23, 2009
- Messages
- 38
Trying to figure out a solution to the following problem.
I have a cell that uses Concatenate to combine my data:
D1
=IF(HE="Fail",CONCATENATE(IF(I25="", "", I25 & ","), IF(I34="", "", I34 & ","), IF(I45="", "", I45 & ","), ,IF(I59="", "", I59 & ","),"None")
I am trying to come up with a formula or sub routine that will extract and separate the data from D1 into various cells. Let's say A10:A18. I have tried using the 'Text to Columns' by commas, but it is breaking up the formula and not the calculated data. I have also tried MID, Left and Right, but at times, I have more than three. The data from the "I" Column varies in size but is a drop down of about 25 choices.
I have a cell that uses Concatenate to combine my data:
D1
=IF(HE="Fail",CONCATENATE(IF(I25="", "", I25 & ","), IF(I34="", "", I34 & ","), IF(I45="", "", I45 & ","), ,IF(I59="", "", I59 & ","),"None")
I am trying to come up with a formula or sub routine that will extract and separate the data from D1 into various cells. Let's say A10:A18. I have tried using the 'Text to Columns' by commas, but it is breaking up the formula and not the calculated data. I have also tried MID, Left and Right, but at times, I have more than three. The data from the "I" Column varies in size but is a drop down of about 25 choices.