PING

Summary

Shows the availability of a given host. This function is available via the taskpane as well as directly via the cell “=PING(…)”


Return Value

When the pinged host is down, the function returns “DOWN”. When the pinged host is up, the function returns “UP”. Both returned values can be adjusted in the settings panel.


Arguments

host – Specifies the host you want to ping, can be both a hostname or IPv4 address.

timeout – Specifies the amount of time in milliseconds to wait for the reply message, must be an integer between 1 and 4000.

attempts – Specifies the number of requests sent, must be an integer between 1 and 10.


Example

Excel ping using the Network Tools For Excel PING formula

Instructional Video