J
JE McGimpsey
What are you starting with?
If you have two points, say, (x1,y1) in A1:B1 and (x2,y2) in A2:B2 then
the slope in C1 is returned by
C1: =(B2-B1)/(A2-A1)
colin mccready <colin [email protected]> wrote:
If you have two points, say, (x1,y1) in A1:B1 and (x2,y2) in A2:B2 then
the slope in C1 is returned by
C1: =(B2-B1)/(A2-A1)
colin mccready <colin [email protected]> wrote: