Hi,
AS the title suggests I want to move cells based on another cells contents (in the same row) I have trawled the internet in search of the answer but I'm unable to find anything, so sorry if it's on a different post somewhere.
Below is an example of my data, I wish to move the EE+ER column to overwrite the ER column if the scheme = 30
A B C D E F G H
Num Name NINO Scheme EE ER EE+ER Leave date
1 Smith AB123 30 50 80 130 N/A
2 Jones AC123 56 25 45 70 N/A
There will be around 200 lines, so I'll need it to loop down for each line, but there will be other lines that won't contain a 30 which don't need to be moved.
Hope this makes sense to somebody.
Thanks
AS the title suggests I want to move cells based on another cells contents (in the same row) I have trawled the internet in search of the answer but I'm unable to find anything, so sorry if it's on a different post somewhere.
Below is an example of my data, I wish to move the EE+ER column to overwrite the ER column if the scheme = 30
A B C D E F G H
Num Name NINO Scheme EE ER EE+ER Leave date
1 Smith AB123 30 50 80 130 N/A
2 Jones AC123 56 25 45 70 N/A
There will be around 200 lines, so I'll need it to loop down for each line, but there will be other lines that won't contain a 30 which don't need to be moved.
Hope this makes sense to somebody.
Thanks