ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   PING within Excel Cell (https://www.excelbanter.com/excel-worksheet-functions/99277-ping-within-excel-cell.html)

Steve

PING within Excel Cell
 
I have a column of workstation ID's, around 4000 entries. I want the next
column to give me a PING result (simply Success or Fail will do). Is this
possible? I already have a tool to do multiple ping's that I can export and
paste in, but I want it to be live in Excel.

Ideally I would set the sheet to manual calculation, and it would only
update the result when I hit F9 to calculate, or it would only update results
when I hit a Macro or something, otherwise I know it would probably be slow!

Rgds
Steve

Vikky

PING within Excel Cell
 
Hi Steve

You can try this formula

=IF(ISERROR(VLOOKUP(B2,A2:A84,1,0)),"Fail","Succes s")

hope this would help you.

Regards

Vikky

Steve wrote:
I have a column of workstation ID's, around 4000 entries. I want the next
column to give me a PING result (simply Success or Fail will do). Is this
possible? I already have a tool to do multiple ping's that I can export and
paste in, but I want it to be live in Excel.

Ideally I would set the sheet to manual calculation, and it would only
update the result when I hit F9 to calculate, or it would only update results
when I hit a Macro or something, otherwise I know it would probably be slow!

Rgds
Steve




All times are GMT +1. The time now is 10:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com