waterguy
Civil/Environmental
- Jan 9, 2001
- 47
I have a columm of data and need to calculate the sum of every seven (7) values. For Example, the sum of values 1 thru 7 (inclusive), then the sum of values 2 thru 8, then 3 thru 9, etc....
This is simple enough, but the problem is that the data is incomplete, and prior to summing the values I want to perform a check to ensure that there are no empty cells (ie. no data) within the set of numbers that I want to sum. If a cell(s) are empty I will indicate that the data is incomplete and not perform the sum for that set, otherwise, I will perform the sum.
Is it possible to check values in a Range using an IF statement ? Or to check for for an empty cell within a range using an IF statement ?
I have used VBA code in the past, and was anticipating doing it for this, but I thought I would pose the question to see what others thought, or if there is an easier way to do it.
Thanks.