Cell Data

T

Theo Fanelli

I am extrcting data via DDE from excel to another program
Is there a way to keep the formating og the number when the data is extracted
example: cell formula=J28/I2
Displayed=23

What is extracted = 0.232786543998
 
Y

yogendra joshi

change the formula to round(J28/I28,2) so that the value extracted will
be 0.23
 
Top