Using 2003. I need to calculate prorated raises for people hired from Jan 2011 to Aug 2011. People hired before Jan 2011 get 3% which is 100% available. People hired after August 2011 will not get any raise.
I have the hire date in column A, then current salary in B. I set up a VLookup table with hire date in A and raise % in B as follows
I'm not sure to account for all those hired before Jan 2011 that would get the full raise. An If statement sounds right but I haven't figured it out.
Is there an easier way to calculate the new salary instead of first a percent then muliple to get the new salary?
I have looked at similar threads but can't quite seem to get everything to work.
I greatly appreciate any suggestions.
I have the hire date in column A, then current salary in B. I set up a VLookup table with hire date in A and raise % in B as follows
<TABLE dir=ltr cellSpacing=0 cellPadding=2 width=186 border=0><TBODY><TR><TD width="53%" height=16>Hire Month
</TD></TR></TBODY></TABLE>
</TD><TD width="47%" height=16>Increase
</TD></TR><TR><TD width="53%" height=16>12/1/2010
</TD><TD width="47%" height=16>3.00%
</TD></TR><TR><TD width="53%" height=16>1/1/2011
</TD><TD width="47%" height=16>2.75%
</TD></TR><TR><TD width="53%" height=16>2/1/2011
</TD><TD width="47%" height=16>2.50%
</TD></TR><TR><TD width="53%" height=16>3/1/2011
</TD><TD width="47%" height=16>2.25%
</TD></TR><TR><TD width="53%" height=16>4/1/2011
</TD><TD width="47%" height=16>2.00%
</TD></TR><TR><TD width="53%" height=16>5/1/2011
</TD><TD width="47%" height=16>1.75%
</TD></TR><TR><TD width="53%" height=16>6/1/2011
</TD><TD width="47%" height=16>1.50%
</TD></TR><TR><TD width="53%" height=16>7/1/2011
</TD><TD width="47%" height=16>1.25%
</TD></TR><TR><TD width="53%" height=16>8/1/2011
</TD><TD width="47%" height=16>1.00%
</TD></TR><TR><TD width="53%" height=16>9/1/2011
</TD><TD width="47%" height=16>0.00%
</TD></TR><TR><TD width="53%" height=16>10/1/2011
</TD><TD width="47%" height=16>0.00%
</TD></TR><TR><TD width="53%" height=16>11/1/2011
</TD><TD width="47%" height=16>0.00%
</TD></TR><TR><TD width="53%" height=16>12/1/2011
</TD><TD width="47%" height=16>0.00%</TD></TR></TBODY></TABLE>
I'm not sure to account for all those hired before Jan 2011 that would get the full raise. An If statement sounds right but I haven't figured it out.
Is there an easier way to calculate the new salary instead of first a percent then muliple to get the new salary?
I have looked at similar threads but can't quite seem to get everything to work.
I greatly appreciate any suggestions.