Statistical - WEBSERVICE Function



Description

The WEBSERVICE function returns data from a web service on the Internet or Intranet.

Syntax

WEBSERVICE (url)

Arguments

Argument Description Required/Optional
url The URL of the web service. Required

Notes

  • If arguments are unable to return the data, WEBSERVICE returns the #VALUE! error value.

  • If arguments result in a string that is not valid or that contains more than the allowable cell limit of 32767 characters, WEBSERVICE returns the #VALUE! error value.

  • If URL is a string that contains more than the 2048 characters that are allowed for a GET request, WEBSERVICE returns the #VALUE! error value.

  • For protocols that aren’t supported, such as ftp:// or file://, WEBSERVICE returns the #VALUE! error value.

Applicability

Excel 2013, Excel 2016

Example

WEBSERVICE Function
advanced_excel_statistical_functions.htm
Advertisements