I am stuck, I need to write an excel function that will find the location of the end of a section of pipe. If we have a pipe run 320 feet long whch starts at station 110 and extends to station 430, and we are using 50 foot long sections of pipe I need the function to return that the end of the last full section of pipe will be at station 410.
A1 110 Start Station
B1 320 Length of Pipe Run
C1 = A1+B1 End Station
D1 = ??? End of last full section of pipe
F1 50 Length of pipe sections
Unformtunatly I am a visual Basic idioit as my programming knowledge is dated to good old fashion basic and a little of the dreaded Fortran from 20 years ago. Therefore I think VBA is out. Any help would be appreciated.
Bookmarks