Hello everyone and thanks in advance for your help.
This is what I'm trying to do: I have a sheet that is been populated with information from several places within the work book. What I need to do is to be able to have the sheet create the name of the batch depending on if the day have any payments if not leave it blank
So the batch name should start with 7 + a letter, so 7a, 7b, 7c, 7d, etc.
This is what I'm trying to do: I have a sheet that is been populated with information from several places within the work book. What I need to do is to be able to have the sheet create the name of the batch depending on if the day have any payments if not leave it blank
Code:
Column A - Column B
Batch name - $$$$$$$
(Blank) - (Blank)
7A - 10.00
7B - 20.00
(Blank) - (Blank)
(Blank) - (Blank)
7C - 15.00
etc
So the batch name should start with 7 + a letter, so 7a, 7b, 7c, 7d, etc.