Hello everyone,
How can I achieve this?
I need to do this for over 10,000 cells.
If I drag and drop, it picks up every alternate A and B cells.
Any suggestions are greatly appreciated.
<tbody>
A
B
C
D
1
=IF(MOD(ROW(),2)=0,(IF(A1="","",A1)),(IF(B1="","",B1)))
2...