I am looking for a way to use the number of working days passed to figure sales pace on a daily basis. I have the formula already to use (total sales) / # of working days passed * # of selling days in the month. I added a helper field for both areas to represent number of days passed, but not sure if this is the most appropriate way? Also I need this to update on a daily basis and the trouble I am having is data needs to be pulled from the next days cell. For example on 4/20 The formula is =(B18/B29) *26 , however the next day on 4/21 it would have to be changed to =(B19/B29) *26. Basically the reference cells need to change automatically each day and I do not know if this is possible.