Hi everyone,
I'm a newbie with VB and excel whose stuck at a task since quite a while.
I promise I went through the threads already and found a similar one here for blank values. Tried modifying the code but it didn't work for me for multiple scenarios, the only one I could spot was for consecutive values. My version failed to recognize consecutive entries, which I need to count as blank/empty values (instead of deleting them altogether). I am hoping the excel gurus here can help me with this.
To give an example of what I am trying to accomplish, I have data for multiple entries and it is separated by the year. I want to concatenate all values that fall until the next 'year value' is reached. I will be running the macros a few times by changing the 'fixed value (year date)', but I can do that manually.
Current Data
2005
The
first
entry
values
are
here
2005
Second
values
here
2005
2005
2005
Fifth
entry
has values
Desired output to be
<row 1=""> The first entry values are here
<row 2=""> Second values here
<row 3="">
<row 4="">
<row 5=""> Fifth entry has values
I would really appreciate any help that you could offer me. Thank you so much in advance!</row></row></row></row></row>
I'm a newbie with VB and excel whose stuck at a task since quite a while.
I promise I went through the threads already and found a similar one here for blank values. Tried modifying the code but it didn't work for me for multiple scenarios, the only one I could spot was for consecutive values. My version failed to recognize consecutive entries, which I need to count as blank/empty values (instead of deleting them altogether). I am hoping the excel gurus here can help me with this.
To give an example of what I am trying to accomplish, I have data for multiple entries and it is separated by the year. I want to concatenate all values that fall until the next 'year value' is reached. I will be running the macros a few times by changing the 'fixed value (year date)', but I can do that manually.
Current Data
2005
The
first
entry
values
are
here
2005
Second
values
here
2005
2005
2005
Fifth
entry
has values
Desired output to be
<row 1=""> The first entry values are here
<row 2=""> Second values here
<row 3="">
<row 4="">
<row 5=""> Fifth entry has values
I would really appreciate any help that you could offer me. Thank you so much in advance!</row></row></row></row></row>