#1   Report Post  
Steved
 
Posts: n/a
Default 1430 to 2:30pm

Hello from Steved

Yes I have it VBA

Here is my issue I have A Pocket Computer with excel, it does not support VBA

Ok in cell B6 I type in 1430 I hit the enter key I need it to change to
2:30pm

I am wondering if this can be done. ie is thier a formula that could be used.

Thankyou.

  #2   Report Post  
Steved
 
Posts: n/a
Default

From Steved

=TIME(LEFT(TEXT(A1,"0000"),2),RIGHT(TEXT(A1,"0000" ),2),0)


"Steved" wrote:

Hello from Steved

Yes I have it VBA

Here is my issue I have A Pocket Computer with excel, it does not support VBA

Ok in cell B6 I type in 1430 I hit the enter key I need it to change to
2:30pm

I am wondering if this can be done. ie is thier a formula that could be used.

Thankyou.

  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

or

=TIME(INT(A1/100),MOD(A1,100),0)

--
HTH

Bob Phillips

"Steved" wrote in message
...
From Steved

=TIME(LEFT(TEXT(A1,"0000"),2),RIGHT(TEXT(A1,"0000" ),2),0)


"Steved" wrote:

Hello from Steved

Yes I have it VBA

Here is my issue I have A Pocket Computer with excel, it does not

support VBA

Ok in cell B6 I type in 1430 I hit the enter key I need it to change to
2:30pm

I am wondering if this can be done. ie is thier a formula that could be

used.

Thankyou.



  #4   Report Post  
Steved
 
Posts: n/a
Default

Hello Bob from Steved

Much Cleaner.

Thankyou.

"Bob Phillips" wrote:

or

=TIME(INT(A1/100),MOD(A1,100),0)

--
HTH

Bob Phillips

"Steved" wrote in message
...
From Steved

=TIME(LEFT(TEXT(A1,"0000"),2),RIGHT(TEXT(A1,"0000" ),2),0)


"Steved" wrote:

Hello from Steved

Yes I have it VBA

Here is my issue I have A Pocket Computer with excel, it does not

support VBA

Ok in cell B6 I type in 1430 I hit the enter key I need it to change to
2:30pm

I am wondering if this can be done. ie is thier a formula that could be

used.

Thankyou.




  #5   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Mon, 12 Sep 2005 09:47:12 +0100, "Bob Phillips"
wrote:

or

=TIME(INT(A1/100),MOD(A1,100),0)


or

=--TEXT(A1,"00\:00")

format as time


--ron


  #6   Report Post  
Steved
 
Posts: n/a
Default

Hello Ron from Steved

This formula off yours will do nicely for a mobile Pocket Computer.

Thankyou very much indeed.

"Ron Rosenfeld" wrote:

On Mon, 12 Sep 2005 09:47:12 +0100, "Bob Phillips"
wrote:

or

=TIME(INT(A1/100),MOD(A1,100),0)


or

=--TEXT(A1,"00\:00")

format as time


--ron

  #7   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Mon, 12 Sep 2005 16:59:12 -0700, Steved
wrote:

Hello Ron from Steved

This formula off yours will do nicely for a mobile Pocket Computer.

Thankyou very much indeed.


You're welcome. I'm not conversant with all the limitations of a pocket PC.


--ron
  #8   Report Post  
Steved
 
Posts: n/a
Default

Hello ro from Steve3d

Justa couple cannot use VBA and memory this one is 64

It will only be ma matter off time where their will be no
difference between desktop and Pocket Computers
Which i'll be happy about, the latest edition allows portrait to landscape
veiwing so to my way off thinking it is going in the right direction.

"Ron Rosenfeld" wrote:

On Mon, 12 Sep 2005 16:59:12 -0700, Steved
wrote:

Hello Ron from Steved

This formula off yours will do nicely for a mobile Pocket Computer.

Thankyou very much indeed.


You're welcome. I'm not conversant with all the limitations of a pocket PC.


--ron

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 04:37 PM.

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

About Us

"It's about Microsoft Excel"