XML and Excel formulas

admin

Administrator
Staff member
Hi all,

I would like to import data from XML into Excel
Here is a simple example I would like to do:

xml data
<tag1>30</tag1>
<tag2>2</tag2>

<tag3>=tag1*tag2</tag3>
or the use of an Excel function.

So when importing data into Excel it should display:
30 2 60

Is this possible and if so, how?

Thanks,
Gurr
 
Back
Top