Thread: formating
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default formating

Assuming starting in A2

=A2+7/24 or =A2+TIME(7,0,0)

in A3

=A2+15/24 or =A3+TIME(15,0,0)



--

HTH

RP
(remove nothere from the email address if mailing direct)


"john" wrote in message
...
what i need to do is to set a spreadsheet that 1 column is in central
standard time, then the cell below needs it to add 7 hours then the cell
below that needs to add 15 hours from the first cell.....how do i do that?