Figures and text combined

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top