Filter and select specific text in Column A select and Not Null in Column B now copy data from column B and Paste (overwrite) in Column C
Hi, @Rajesh
Maybe you like this ?
IIF([A] = 'My Payment' && !IsEmpty([B]), [B], Null())
@Rajesh your requirement is confusing. can you elaborate little bit more?
binuacs
in Column A it should Select "My Payment" and go to Column B Select Non-Blank and Move a copy of records from Column B to Column C
Hi @flying008 I am new to this tool... Thank you! its working perfectly fine. 😊