Want to develop a piece of VBA code.
Basically:
I have a table of data from a3:H1000
In cell B1 I want a reference to sum the cells in column B, based on a criteria in column F.
If the row in column F equals "VAT Return" the sum of column B for the same row should be added to Cell B1.
It is important that the formula in B1 is updated with format like: +B5+ B7 + B12.
Basically:
I have a table of data from a3:H1000
In cell B1 I want a reference to sum the cells in column B, based on a criteria in column F.
If the row in column F equals "VAT Return" the sum of column B for the same row should be added to Cell B1.
It is important that the formula in B1 is updated with format like: +B5+ B7 + B12.