Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 683
Default cond formatting ?

I posted a similar ? but was not able to locate it, forgive me for posting
again.

I have 750 cells running down column F that have what is supposed to be a
time. but someone entered the time in the following format 010754, this is
supposed to be 1:07:54 ( military time for 1:07:54 am). Now I am left with
the task of having to change all 750 of these entries to reflect the correct
format. Is there a way to do this easily vai a conditional format or some
other function?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default cond formatting ?

hi,

=time(left(a1,2),mid(a1,3,2),right(a1,2))

hth
regards from Brazil
Marcelo

"Brian" escreveu:

I posted a similar ? but was not able to locate it, forgive me for posting
again.

I have 750 cells running down column F that have what is supposed to be a
time. but someone entered the time in the following format 010754, this is
supposed to be 1:07:54 ( military time for 1:07:54 am). Now I am left with
the task of having to change all 750 of these entries to reflect the correct
format. Is there a way to do this easily vai a conditional format or some
other function?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default cond formatting ?

I assume all items are 6 digits.

=timevalue(left(E1,2)&":"&mid(E1,2,2)&":"&right(E1 ,2))

where E1 is the cell where the time is wirten.

note that you wil need to make sure the format of the cell is Time HH:MM:SS

hope i helped

Ran.
"Brian" wrote in message
...
I posted a similar ? but was not able to locate it, forgive me for posting
again.

I have 750 cells running down column F that have what is supposed to be a
time. but someone entered the time in the following format 010754, this

is
supposed to be 1:07:54 ( military time for 1:07:54 am). Now I am left

with
the task of having to change all 750 of these entries to reflect the

correct
format. Is there a way to do this easily vai a conditional format or some
other function?



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cond formatting katmando Excel Discussion (Misc queries) 1 April 13th 06 02:20 PM
Cond Formatting & Validation Jonah Excel Discussion (Misc queries) 1 March 9th 06 10:55 PM
memory? Excel Equation Function / Cond. Formatting Dropout nastech Excel Discussion (Misc queries) 2 January 25th 06 04:29 AM
Complex cond. formatting...Pls. Help! Roz Excel Discussion (Misc queries) 1 December 20th 05 07:52 PM
Can I apply Cond. Formatting to a Formula result? SCrowley Excel Worksheet Functions 2 October 31st 05 08:31 PM


All times are GMT +1. The time now is 12:18 PM.

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"