
Originally Posted by
RichardSchollar
OK, I think it was caused by the formulas in E & F as they referred to cells above the row in which they appeared (G referred to E which was why that one didn't populate). I have changed the formulas slightly so that the OFFSET command is used instead of referring to the row above (the result is the same). Please see attached.
Note: for some reason I am unable to attach the workbook. The formulas I have used in E3 and F3 copied down are:
E3 =IF(ISNUMBER((D3)),D3-OFFSET(D3,-1,0),"")
F3 =IF(AND(ISNUMBER(B3),ISNUMBER(C3),ISNUMBER(D3)), (D3-OFFSET(D3,-1,0))/((B3/C3)/4.54609188),"")
No change is required to G3.
Hope this helps!
Bookmarks