Hi All,
I have to update a worksheet every day with new data received in columns A-C going down. On the same sheet at the top, there is a table that pulls through information from these columns using SUMPRODUCT. Now what I would like to do is automatically update the formulas to include the new data as I update it.
The formula I am currently using is:
Can this be done in the formula or would I need to use VBA?
Thanks for any help.
I have to update a worksheet every day with new data received in columns A-C going down. On the same sheet at the top, there is a table that pulls through information from these columns using SUMPRODUCT. Now what I would like to do is automatically update the formulas to include the new data as I update it.
The formula I am currently using is:
Code:
=SUMPRODUCT(--($B$2:$B$572=G3),--($C$2:$C$572<>""))
Can this be done in the formula or would I need to use VBA?
Thanks for any help.