Please see excel table below:
I’m trying to create a VBA code to move any numbers in column D (Credit) to the left cell in column C (Debit). Sometimes there are no numbers in column D, other times there is at least one. Basically I want all numbers in column C in with the same order
Thank you,
knaimi
Date | Description | Debit | Credit | Member Name |
11/12/2023 | Item 1 | $ 36.72 | John Smith | |
11/12/2023 | Item 2 | $ 23.40 | John Smith | |
11/11/2023 | Item 3 | $ 96.35 | John Smith | |
11/7/2023 | Item 4 | $(1,283.96) | Clara Smith | |
11/3/2023 | Item 5 | $ 401.55 | Clara Smith | |
11/3/2023 | Item 6 | $ 67.00 | Clara Smith | |
10/31/2023 | Item 7 | $ 43.70 | Clara Smith | |
10/30/2023 | Item 8 | $ 26.68 | John Smith | |
10/29/2023 | Item 9 | $ (15.89) | John Smith | |
10/29/2023 | Item 10 | $ (327.98) | John Smith | |
10/29/2023 | Item 11 | $ 155.07 | John Smith | |
10/29/2023 | Item 12 | $ 44.77 | John Smith |
I’m trying to create a VBA code to move any numbers in column D (Credit) to the left cell in column C (Debit). Sometimes there are no numbers in column D, other times there is at least one. Basically I want all numbers in column C in with the same order
Thank you,
knaimi