Windows 7 Excel 2010
I am attempting to query Fedex and USPS via their API and return the rates I get back into excel.
I have a PHP application on an internal server that when given a URL that contains address and package data it returns a value in a single table.
I am able to successfully get the data back via a Web Query within one cell for one line of package and address data.
What I need is the ability to dynamically query the PHP application based on values from the current row I am in. Right now all my attempts at creating a macro that uses a Web Query have the cells hardcoded within the Macro so it won't scale to other fields.
Perhaps a web query is not even the best way to achieve this?
Ideally we would like to create a "Formula" that goes and gets the data based on the cells around it. Like an actual Excel Formula does.
Could anyone suggest how I could accomplish this?
The reason for not just downloading FEDEX rates, etc. is that we have an account with Fedex that gives us a discount and we want to run analysis based on the actual rates we are getting.
Thank you for any and all suggestions.
I am attempting to query Fedex and USPS via their API and return the rates I get back into excel.
I have a PHP application on an internal server that when given a URL that contains address and package data it returns a value in a single table.
I am able to successfully get the data back via a Web Query within one cell for one line of package and address data.
What I need is the ability to dynamically query the PHP application based on values from the current row I am in. Right now all my attempts at creating a macro that uses a Web Query have the cells hardcoded within the Macro so it won't scale to other fields.
Perhaps a web query is not even the best way to achieve this?
Ideally we would like to create a "Formula" that goes and gets the data based on the cells around it. Like an actual Excel Formula does.
Could anyone suggest how I could accomplish this?
The reason for not just downloading FEDEX rates, etc. is that we have an account with Fedex that gives us a discount and we want to run analysis based on the actual rates we are getting.
Thank you for any and all suggestions.