A
arowland \(removethis\)
I have a list 4 columns wide that I need to group by the
characters in column A. Each group needs 4 lines
followed by a fifth blank line. Some groups may only
have 1 line of information and some may have 4, 3, or 2.
I tried to do an if statement that would ask if A1 = A4
then insert a blank line, otherwise ask if A1 = A3 then
insert 2 blank lines, otherwise ask if A1=A2 then insert
3 blank lines, otherwise insert 4 blank lines. Go to the
next line of text and do the if statement again until
there is not any text left. There could be up to 500
lines of text. Can someone please help me!!
thanks
characters in column A. Each group needs 4 lines
followed by a fifth blank line. Some groups may only
have 1 line of information and some may have 4, 3, or 2.
I tried to do an if statement that would ask if A1 = A4
then insert a blank line, otherwise ask if A1 = A3 then
insert 2 blank lines, otherwise ask if A1=A2 then insert
3 blank lines, otherwise insert 4 blank lines. Go to the
next line of text and do the if statement again until
there is not any text left. There could be up to 500
lines of text. Can someone please help me!!
thanks