#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default Help plz

Here is my exact formula as typed right now:

=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,)))

The cell it references vaule is 2041.4667.
I want it to take that vaule which is a number of seconds and display it in
MM:SS format but it not working right for me.
  #2   Report Post  
Posted to microsoft.public.excel.programming
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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"