Hello all,
I use a spread sheet and I have to manually calculate a column using data from other columns. The spreadsheet looks like this:
Date Month Y/N Price Range Low High Qty P/U
18-Mar-02 3/12 Y 3.99 UTI 4.99 15 3.0
20-Jun-02 6/12 N 2.50 TOF 1.50 10 6.7
I need to calculate the last column (P/U), the way I do this is by:
Low/High - Price = X (unsigned).
Now, X * Oty = Y
Finally, Y / Low/High = P/U
It is necessary to recognise the Low or High and base the calculation on that. You will only ever have one or the other.
Thanks in advance for your help!
I use a spread sheet and I have to manually calculate a column using data from other columns. The spreadsheet looks like this:
Date Month Y/N Price Range Low High Qty P/U
18-Mar-02 3/12 Y 3.99 UTI 4.99 15 3.0
20-Jun-02 6/12 N 2.50 TOF 1.50 10 6.7
I need to calculate the last column (P/U), the way I do this is by:
Low/High - Price = X (unsigned).
Now, X * Oty = Y
Finally, Y / Low/High = P/U
It is necessary to recognise the Low or High and base the calculation on that. You will only ever have one or the other.
Thanks in advance for your help!