View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Possible VLOOKUP ?

You need a macro to get the time. Look at the VBA help topic

Using Events with the QueryTable Object

"Bojames" wrote:

I have a 3 page spreadsheet that is constantly automatically updating from
queries to external data. I need to create a formula to note a status (up or
down) in one cell and insert a time (taken from sheet3) in the next cell.

Basically the function of the worksheet is a list of devices in a down
status will appear with a time down and remark. Sheet 1 (Dev down) displays
the full content of the devices down. Sheet 2 (Remarks) lists every remote
and a remark. Sheet 3 (WUG) lists the remotes down (queried from the external
source) and time down.

I would like the "Remarks" sheet to have a column that will display if the
remote is in a down status (appears on sheet 3 (WUG)) and a column with the
time down.

Any suggestions are very valuable.
Thanks in advance,
Bo