Hi All,
I need macro to copy & paste data from one sheet to another. The macro should copy the data based on the following conditions:
Column B has NEW EMP & Old EMP,
Column C has Month,
Column H has list of clients
if NEW EMP is there in Column B & month is equal to current month, if both...
Ok, in D I have just given the difference b/w Grade Median & Functional Median,
if you want the new salary in D, then do a nested If in D, with the D & E formula given above.
If this does not solve the problem. Post your workbook.
Assuming A1 has the heading Salary, B1 Grade Median, C1 Functional Median, Difference in D1, & the New Salary in E1.
Data starts from A2.
In D2 enter this formula to get the difference b/w Grade Median & Functional Median IF(Grade Median<Functional Median, Functional Median- Grade...
First please set you date to a single format the first date 01/02/13 is dd/mm/YY format & 30/03/13 is in dd/mm/yy format.
Assuming:
A1 has 01/02/13 B1 03/30/13
A2 has 01/02/13 B2 02/05/13
Next Apply this formula
=IF(a2>=a1,IF(b2=b1,(b2-a2)))
One simple way is to insert a column in your table for vales like 3 & 5, you can use the formula =RIGHT(cell number,1)to extract the value. Now if you draw a chart it will show as 3 & 5 & your table will show the values as 10^3-10^5. If you don't want to show the vales like 3 & 5 in your table...