Hi,
i have a worksheet that will be constantly updated.
In C60:CH60 i have an if formula which looks at newly added data (in D100:DH100) and updates the data in C60:CH60 to the most recent data inputted in D100:DH100. If there is no new data, i have it returning the sum of data from a table found above in D50,D26,D14 the current formula looks like this:
=IF(D$100=0,SUM(D50,D26,D14),D$110)
The worksheet is constantly updated with new information. the new information is inserted into the D100:DH100 so that is where the most current data is found the data that is replaced by this range will then be found in D101:DH101 and the data from before that is in D102:DH102 and so on (older data will move down as new data is added in).
The formula i would like would do the above, but in the case that there is a 0 inputted into any cell D100:DH100, the cell would pick up the most up to date data. In this case, it would look at D101 if there is a 0 in that cell, it would pick up D102, until it finds a number, if it doesnt, it would pick up the sum of D50,D26,D14. can this be done with a nested If formula?
if this seems outrageous, is there a better, easier way of getting this done? i am open to and welcome all suggestions. I hope someone can help me.
Thanks in advance.
i have a worksheet that will be constantly updated.
In C60:CH60 i have an if formula which looks at newly added data (in D100:DH100) and updates the data in C60:CH60 to the most recent data inputted in D100:DH100. If there is no new data, i have it returning the sum of data from a table found above in D50,D26,D14 the current formula looks like this:
=IF(D$100=0,SUM(D50,D26,D14),D$110)
The worksheet is constantly updated with new information. the new information is inserted into the D100:DH100 so that is where the most current data is found the data that is replaced by this range will then be found in D101:DH101 and the data from before that is in D102:DH102 and so on (older data will move down as new data is added in).
The formula i would like would do the above, but in the case that there is a 0 inputted into any cell D100:DH100, the cell would pick up the most up to date data. In this case, it would look at D101 if there is a 0 in that cell, it would pick up D102, until it finds a number, if it doesnt, it would pick up the sum of D50,D26,D14. can this be done with a nested If formula?
if this seems outrageous, is there a better, easier way of getting this done? i am open to and welcome all suggestions. I hope someone can help me.
Thanks in advance.