The problem was the cell format because time needs to be given as a
decimal (devide mins by 60) (+ round to 2 decimal points) and to do
that type the following:-
=[hourly rate cell reference] * (HOUR([Time Paid cell reference])+ROUND
(MINUTE([hourly rate cell reference] /60,2))
Problem solved.......



On Jun 4, 7:21 pm, Underdog <mikebrumb...@googlemail.com> wrote:
> Team,
>
> Is there a VBA or Fx that will let me multiply the contents of a cell
> formatted to show, via a 'VLOOKUP' command, in hh:mm and a cell
> formatted in currancy with a prefixed '£'
>
> I have made a sheet that allows me to input the duty number, which
> then via 'VLOOKUP' fills a monthly work rota which will include the
> pay for that shift. I know that I can change the time worked to a
> decimal but was hopeful of another way...
>
> Kind regards
>
> Michael

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to