
I have now bit of problem and I would need to make a graph in excel, it alone is not a problem, but making data for graph is an issue.
I have start value which is 0 or 1 depending from source, then I have final value which is variable, but lets say that is 1.41 (y-axis), then there is variable, 12000, which should set scale of X axis and final value should be at that 12000, might be a lot higher too.
Then there is initial slope parameter, for example -3,5E-6 that if I have understood correctly changes curvature of graph and changes how to end to that 1.41 which is at 12000 of x axis.
Now which kind of formula do I need to get numbers for example from 0 to 1.41 for 12000 (or 1200 if we divide by 10), so that initial slope variable will change how numbers increase and decrease, so that I can make graph from those numbers?
All my attempts seem to result need of making new graph each time as I change 12000 to something else, that is I manually have to copy formulas over that many lines and I really think there should be much easier way, maybe a macro or something?
Sorry if it sounds confusing, it is quite confusing for me as it has been way too long since I had much to do with such stuff.