Brutality
New Member
- Joined
- Feb 5, 2003
- Messages
- 44
Greetings,
I have the same problem as outlined here (Office version is 2000):
http://en.allexperts.com/q/Microsoft-Word-1058/2008/2/Mail-merge-time-field.htm
the only difference being I am attempting Mailmerge from a spreadsheet (as opposed to an Access database) with fields in a time format. I have tried changing to custom and using hh:mm:ss. I know about switches [http://www.gmayor.com/formatting_word_fields.htm]
but that does not solve the problem either.
After googling some more it seems this is rather uncommon but not unheard of and there aren't any obvious solutions.
So my question pertaining to Excel is this; is there some way of taking a time field and capturing the values as text or general while retaining the proper output (obviously when I simply change the format the values change to decimals so I am thinking if this is possible it might require VB code). I should point out the time values have been generated like so:
cell A2: =IF(A2="","","9:15:00")
cell A3: =IF(A3="","",B2+"00:00:30")
cell A4: =IF(A4="","",B3+"00:00:30")
which automatically sets the format to time. Any ideas? All help appreciated.
TIA
Mark
I have the same problem as outlined here (Office version is 2000):
http://en.allexperts.com/q/Microsoft-Word-1058/2008/2/Mail-merge-time-field.htm
the only difference being I am attempting Mailmerge from a spreadsheet (as opposed to an Access database) with fields in a time format. I have tried changing to custom and using hh:mm:ss. I know about switches [http://www.gmayor.com/formatting_word_fields.htm]
but that does not solve the problem either.
After googling some more it seems this is rather uncommon but not unheard of and there aren't any obvious solutions.
So my question pertaining to Excel is this; is there some way of taking a time field and capturing the values as text or general while retaining the proper output (obviously when I simply change the format the values change to decimals so I am thinking if this is possible it might require VB code). I should point out the time values have been generated like so:
cell A2: =IF(A2="","","9:15:00")
cell A3: =IF(A3="","",B2+"00:00:30")
cell A4: =IF(A4="","",B3+"00:00:30")
which automatically sets the format to time. Any ideas? All help appreciated.
TIA
Mark