A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to multiply a text function by a dollar ammount



 
 
Thread Tools Display Modes
  #1  
Old September 15th, 2003, 09:14 PM
Kenya Johnson
external usenet poster
 
Posts: n/a
Default How to multiply a text function by a dollar ammount

I am trying to create a time sheet that will calculate
the number of hours and minutes and multiply that number
by a rate of pay. I have been having problems because
the formula used to calculate the number of Hours and
minutes is a text function. Can anybody help me?

Kenya
  #2  
Old September 15th, 2003, 09:35 PM
Chip Pearson
external usenet poster
 
Posts: n/a
Default How to multiply a text function by a dollar ammount

Kenya,

If you have a time value for the elapsed time, multiply that by 24 then by
the wage rate. E.g.,

=A1*24*wage

If the time value is indeed text, use the TIMEVALUE function to convert it
to a time, then multiply by 24 and the wage. E.g.,

=TIMEVALUE(A1)*24*wage


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"Kenya Johnson" wrote in message
...
I am trying to create a time sheet that will calculate
the number of hours and minutes and multiply that number
by a rate of pay. I have been having problems because
the formula used to calculate the number of Hours and
minutes is a text function. Can anybody help me?

Kenya



  #3  
Old September 15th, 2003, 10:06 PM
Kenya Johnson
external usenet poster
 
Posts: n/a
Default How to multiply a text function by a dollar ammount

Thank you very much.

Kenya

-----Original Message-----
Kenya,

If you have a time value for the elapsed time, multiply

that by 24 then by
the wage rate. E.g.,

=A1*24*wage

If the time value is indeed text, use the TIMEVALUE

function to convert it
to a time, then multiply by 24 and the wage. E.g.,

=TIMEVALUE(A1)*24*wage


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"Kenya Johnson" wrote in message
...
I am trying to create a time sheet that will calculate
the number of hours and minutes and multiply that

number
by a rate of pay. I have been having problems because
the formula used to calculate the number of Hours and
minutes is a text function. Can anybody help me?

Kenya



.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.