Rene asks "I would like to know how I could actually remove the colon from the time value without it turning to decimal. example when the time value is entered 23:59, I would like it to automatically change to 2359"
Strange question... I always seem to find questions about going the other way. Anyway, if your time is in A1, use this formula:
=TEXT(A1,"hhmm")
By Juan Pablo Gonzalez on 19-Feb-2002
MrExcel.com Consulting can be hired to implement this concept, or many other cool applications, with your data.
MrExcel.com provides examples of Visual Basic procedures for illustration only, without warranty either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures on this web site are provided "as is" and we do not guarantee that they can be used in all situations.
|