TWI
Senior member
- Messages
- 2,559
- Likes
- 269
Have DDE links from trading platform to Excel to show my position.
Lets say position DDE is at ref A10
and filled price pulled in at ref B10
Now want to reference that cell with:
if(abs(A10)>0,B10,0)
This just gives me
#value
no matter what I try I cannot seem to overcome this.
Any help would be gratefully received.
T/.
Lets say position DDE is at ref A10
and filled price pulled in at ref B10
Now want to reference that cell with:
if(abs(A10)>0,B10,0)
This just gives me
#value
no matter what I try I cannot seem to overcome this.
Any help would be gratefully received.
T/.