Thread: Help plz
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
chad chad is offline
external usenet poster
 
Posts: 273
Default NM


=IF(ISBLANK(OFFSET('Agent Performance Rankings'!U1,1,0,)),"
",IF(ISERROR(OFFSET('Agent Performance Rankings'!U1,1,0,))," ",OFFSET('Agent
Performance Rankings'!U1,1,0,)))/(24*60*60)

This is the new formula with custom formatting to MM:SS.
I knew this should have worked but when I tried it first I forgot the ()
around the 24*60*60 and I was in a hurry anyways thanks but I got it.