My spread sheet consists of a column with a date and a column next to it with a formula that looks at that date and the date in front of it and returns the number of days between the two, this is repeated over 12 columns. Example Column A row 8 has a date, Column B row 8 has a date, column K has a formula =NETWORKDAYS(A8,B8) which works returning number of working days. My issue is I have 12 colums with dates in each and each one has a column with a formula next to it. Each column with a formula looks at the two dates in front of it to return a number of days, but some times the spread sheet will have 6 of the columns with "na" in the cell instead of a date. The first 5 columns always have a date and sometime the next six columns have "na" and the last column always has a date. If the last column can't return a number of days because the date in front of it is "na" I want it to first look at the next 5 or 6 columns that could have a date and if "na" keep looking until it finds a date to calculate number of days from last entered date. Did I make this very confusing.
can anyone help?
Bookmarks