I have an issue that I don't know how to easily resolve. I need to convert the following line of text.
Column 'C1' would typically be this (but will be multiple lengths);
Case Is = "400000","400100","400200","400300","400400","400500","400700","400900"
Column 'D2' would say 'Revenue'
What I need to be able to do is break down Column 'C1' and include the text in Column 'D2'
My final answer would look like this;
Column A Column B
400000 Revenue
400100 Revenue
400200 Revenue
etc etc.
The formula or code would then need to do exactly the same check on subsequent rows as the pattern
I really hope this makes sense and there are a few of you that fancy the challenge
massive thanks for any replies
Column 'C1' would typically be this (but will be multiple lengths);
Case Is = "400000","400100","400200","400300","400400","400500","400700","400900"
Column 'D2' would say 'Revenue'
What I need to be able to do is break down Column 'C1' and include the text in Column 'D2'
My final answer would look like this;
Column A Column B
400000 Revenue
400100 Revenue
400200 Revenue
etc etc.
The formula or code would then need to do exactly the same check on subsequent rows as the pattern
I really hope this makes sense and there are a few of you that fancy the challenge
massive thanks for any replies