Feb 06 2024 01:30 PM
I have WEBSERVICE on a spreadsheet displaying some weather data from NOAA. It works perfectly fine on its own, but when I add the +0*NOW() command it returns the #VALUE error. Am I not using this NOW function correctly? Is there another means of WEBSERVICE updating automatically without having to use ctrl+alt+F9? Thank you!
Feb 07 2024 12:51 AM
SolutionFeb 07 2024 02:23 AM
I understand that you're facing an issue with the WEBSERVICE function in Excel when using the +0*NOW() combination to refresh weather data from NOAA. While this specific approach might not be working as expected, there are alternative solutions to achieve automatic updates without manually pressing Ctrl+Alt+F9:
Understanding the +0*NOW() Issue:
Alternative Approaches:
Timer-based Macro:
Power Query Refresh:
External Service/API:
Additional Tips:
I hope these alternatives provide a clear path to automatically refresh your weather data in Excel without relying on the unreliable +0*NOW() method.
Feb 07 2024 04:52 AM
Feb 07 2024 04:54 AM
Feb 07 2024 12:51 AM
Solution