You can calc the absolute position based on the object position.
For example your object is at position x 500,y 500 and you want to move it to absolute position x 250, y 750 then:
Offset x = (Object.name.Position.x - wanted position x)*-1
offset y = (Object.name.Position.y - wanted positon y)*-1