Hi,
I am currently designing an excel sheet to help calculate salary and am facing problem with the late coming calculations.
Basically, my sheet 1 has emp name (column A), in time (Column B) and out time (Col C) and a column D where late coming is calculated by subtracting in time from shift start time and is in hh:mm format..
In sheet 2,I have done a vlookup of this data to sheet 2 (Column B) against employee name (column A) and this time again is in hh:mm format..
My scale for late coming deduction is:
Delay Deduction
00:05:00 00:30:00
00:15:00 01:00:00
00:30:00 01:30:00
00:45:00 02:00:00
01:00:00 04:00:00
When I do a vlookup in sheet 2 as Vlookup (b1,Scale array,2,0), I get #N/A
All times everywhere is in hh:mm format..
I have a feeling it is due to Sheet 2 column B has a vlookup formula from sheet A and hence is being considered by excel as a formula
Pls help!!
Bookmarks