S Steved Apr 15, 2004 #1 Hello from Steved How do I format a worksheet so that when I type 844 it becomes 08:44 (hh:mm) Thankyou
Hello from Steved How do I format a worksheet so that when I type 844 it becomes 08:44 (hh:mm) Thankyou
F Frank Kabel Apr 15, 2004 #2 Hi you need VBA for this (using an event procedure). See http://www.cpearson.com/excel/DateTimeEntry.htm
Hi you need VBA for this (using an event procedure). See http://www.cpearson.com/excel/DateTimeEntry.htm
B Bob Phillips Apr 15, 2004 #3 You don't. 844 is a number. You could put this in another column =TIME(INT(A6/100),A6-INT(A6/100)*100,0) -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
You don't. 844 is a number. You could put this in another column =TIME(INT(A6/100),A6-INT(A6/100)*100,0) -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
B Bob Phillips Apr 15, 2004 #4 QTE? Frank Kabel said: Hi you need VBA for this (using an event procedure). See http://www.cpearson.com/excel/DateTimeEntry.htm Click to expand...
QTE? Frank Kabel said: Hi you need VBA for this (using an event procedure). See http://www.cpearson.com/excel/DateTimeEntry.htm Click to expand...
F Frank Kabel Apr 15, 2004 #6 Bob said: QTE? Click to expand... Thought about that too but I think Chip's solution for this is quite sufficient. (Nearly) all countries have a hh:mm format (even Australia...) Frank
Bob said: QTE? Click to expand... Thought about that too but I think Chip's solution for this is quite sufficient. (Nearly) all countries have a hh:mm format (even Australia...) Frank