one last question( maybe simple)

Spockster

Board Regular
Joined
Jun 9, 2002
Messages
108
I have =vlookup(a1,the range,2,0) how can i add in the *86400 there. I can't seem to get it to work.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
I get the Vlookup answer I was looking for which is 15:10 and another vlookup finds 00:55 I need to divid :55/15:10 to find the percentage.
 
Upvote 0
I have formatted the cells to h:mm:ss and still nothing the first Vlookup is

vlookup(a1,range,2,0) which gives hours in this format 15:10

Second vlookup is

vlookup(a1,range,2,0) which gives hours in this format 0:55

I need to divide 0:55/15:10 to find the percentage and that is what is giving me the #value! error

Need Help
 
Upvote 0
I am not sure if I follow your question or I do not see your problem.

=VLOOKUP(A3,F2:G4,2,0)/VLOOKUP(A2,F2:G4,2,0)

Format as percentage should give the same result as dividing the numbers manually or
separately.

If you want a percentage, format as Percentage.
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,198
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top