Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
I need to produce a table in excel, but its not just simple table it need different conditions. first row: time 0 0.25 0.5 0.75 1 1.25 1.5 second rw: load ok my second row might have one of the 3 conditions below or it could have all of them, the three conditions are 1- the load stay the same in all time intervals 2- the load is changing constantly with some increament dq 3-might have sudden change of load at some time what i need to do is that ,some how, put all these conditions in one statement eg:if load is constant during the whole time then put the same value all over, but if it is changing with some increment then add each together, and if you have a sudden jump at say time 0.75 then add one colume in between (so that you will have two column that have the same time ) and add or subtract the sudden change from the first colum of the time 0.75 and put its value in the second colume and either increase constanlty or stay the same according to the load. I am desperatly waiting for help!!!!! |