xml and complicated cell formulas

almagg

Well-known Member
Joined
Aug 21, 2002
Messages
705
i am cleaning up a reporting workbook that has links to several files.
these files are downloaded from the companies on-line system.
i am going to automate what is now a complicated manual system.
i get the feeling that they think these data files can be manipulated on-line without having to actually download them.

e.g., here are some cell formulas currently in use:

=IF(ISNA(VLOOKUP(A3&"*",'F:\June11 - Copy\\[TFP nonservice Monthly Hours Matrix (FY11 June).xlsx]report'!$F$6:$AG$161,28,FALSE)),"NA",IF(VLOOKUP(A3&"*",'C:\AppData\[TFP nonservice Monthly Hours Matrix (FY11 June).xlsx]report'!$F$6:$AG$161,28,FALSE)=0,L3,VLOOKUP(A3&"*",'C:\F:\June11 - Copy\[TFP nonservice Monthly Hours Matrix (FY11 June).xlsx]report'!$F$6:$AG$161,28,FALSE)))

=IF(H$5>0,+'F:\June11 - Copy\[EHS Metric FY11 (Fire).xls]APAC'!H9+G9,0)

the two files 'TFP nonservice...' and 'EHS Metric...' are downloaded from the corporate site.
is it possible that the above formulas can be implemented without downloading the files to a folder?

if so i want to let these people know i can only do so much for them, then they would have to get an xml programmer.

thanks.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,224,612
Messages
6,179,890
Members
452,948
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top