Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Figures and text combined

Hi,
I have time and text in one cell and need to update each cell (there are
1000+) and need to change the time in each cell. I have used the custome
type hh:mm and need to add one hour to each cell. Any ideas? eg:

A1
14.00 Meeting in Manchester
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Figures and text combined

One way ..

Assuming data posted is representative & running in A1 down
Then placed in B2, copied down:
=TEXT(TIME(LEFT(A1,SEARCH(" ",A1)-1)+1,0,0),"hh:mm")&" "&MID(A1,SEARCH("
",A1)+1,99)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Sarah P" wrote:
Hi,
I have time and text in one cell and need to update each cell (there are
1000+) and need to change the time in each cell. I have used the custome
type hh:mm and need to add one hour to each cell. Any ideas? eg:

A1
14.00 Meeting in Manchester

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Figures and text combined

Oops, line:
Then placed in B2, copied down:


should have read as:
Then placed in B1, copied down:

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
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
Decrease Decimal in a combined text/formula cell tim m Excel Worksheet Functions 0 November 29th 06 05:04 PM
Decrease Decimal in a combined text/formula cell Zakhary Excel Worksheet Functions 0 November 29th 06 03:28 PM
text and number combined in a cell TimN Excel Worksheet Functions 4 August 11th 06 10:59 PM
Combined & Sorted Text Fields andyholland Excel Discussion (Misc queries) 3 August 21st 05 08:59 PM
text and values combined in one cel Bart Excel Discussion (Misc queries) 1 December 14th 04 08:36 AM


All times are GMT +1. The time now is 08:52 AM.

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"