Macro to Move Value based on Value in another cell

New to Macros, really need some help.

Can I use a macro to Cut A2/A4 and Move the value to A3/A5 based on E2/E4 being “TRUE”, and then Delete the entire Row with the “TRUE” value?

UK US Artist Title Duplicates
|4||Bobby Darin|Dream Lover|TRUE|
||6|Bobby Darin|Dream Lover|FALSE|
|11||Bobby Darin|Mack The Knife|TRUE|
||2|Bobby Darin|Mack The Knife|FALSE|

Any help greatly appreciated

could YOU upload a real example.ods with the data before the action and the data which YOU would expect after the action?? ( if you edit your post there is an -upload-button in the middle of the toolbar )

1 Like
  • Filter by True
  • Delete entire rows
  • Remove filter

If i understand correctly, there is also the need to replace »6« by »4« and »2« by »11« ?