In column A every two cells are merged (A1 with A2, A3 with A4 etc...) so my formula only works properly for odd number rows. I need the below to use the value from the cell above if A6 is empty and so on.
=IF(Sheet1!$B6<>"", Sheet1!$A6,"")