Parse cell formula to another cell as string

Started by carbarym, March 10, 2011, 06:52:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

carbarym

I'm using the default Microsoft Rack-mounted equipment stencil and I have a single rack and cable tray spacer connected to it.

The 1-D Endpoints (Begin X/Y End X/Y) refer to the connections of the rack via a formula similar to

"PAR(PNT(Rack!Connections.Xi, Rack!Connections.Yi))" where i denotes the connection on the rack.

I simply want to parse the formula of the BeginX/Y cells as a string into another cell to manipulate the string. Basically I want to do

RIGHT(LEFT(PAR(PNT(Rack!Connections.Xi, Rack!Connections.Yi),#),#) and extract just the Xi value so I can perform the math required to determine the U-Position of the equipment on the rack (Xi/2-1 should do it, IIRC)

Is there any way to parse this formula as a string such as this without VBA?

aledlund