Hi
With the help of this thread I created a complicated workbook for a charity to record daily transactions.
They have asked me to add a sheet that has the following:
The data runs from Column V to Colum FU and rows 4 to 15. The pattern is regular across the range:
Week Rec Amount
The VBA routine enters ‘Yes’ in Rec Column.
Every week a routine has to be run and I need the Range searched to find the blank cells that have a value to the left column and the right column. These adjacent values have to be posted in another range on the sheet:
So far I have tried using vba code to find blanks and copy adjacent cells, but I could not get a code to work.
I then tried Excel, VLOOKUP, MATCH and AGGREGATE. The best I got was copying the first cell W4 and the formula stopped.
Could anyone here point me in the right direction?
Would be very grateful.
Subbie
With the help of this thread I created a complicated workbook for a charity to record daily transactions.
They have asked me to add a sheet that has the following:
The data runs from Column V to Colum FU and rows 4 to 15. The pattern is regular across the range:
Week Rec Amount
The VBA routine enters ‘Yes’ in Rec Column.
Every week a routine has to be run and I need the Range searched to find the blank cells that have a value to the left column and the right column. These adjacent values have to be posted in another range on the sheet:
So far I have tried using vba code to find blanks and copy adjacent cells, but I could not get a code to work.
I then tried Excel, VLOOKUP, MATCH and AGGREGATE. The best I got was copying the first cell W4 and the formula stopped.
Could anyone here point me in the right direction?
Would be very grateful.
Subbie