How do I reference a Web Query on another sheet?

R

ReAnna

I am taking a Microsoft Office college course. I have a Web Query on
worksheet one and I reference it in worksheet two, but when I hit enter it
displays a 0.
 
A

Ardus Petus

Assuming your Query is named "WebQuery", enter the following in sheet2:
=Sheet1!WebQuery

HTH
 
Top