Hello All,
New to VBA and just bought a book to learn.
Trying to update labor rates in column B "not null" when column A = FY-19.
I have about 30 excel files and each one tracks the cost of the 30 individual projects. There are about 450 rows that have the individual manufacturing process's and costs are determine by man-hours times labor rate.
Each projects takes about 5 years and I project at the end of each year what I believe the new labor rates will be based on inflation and wage increases.
How can I write VBA code
If Column A = FY-19 and Column B not null change to $34.56
If Column A = FY-20 and Column B not null change to $35.46
I have 5 new projected labor rates FY-19 thru Fy-23.
Appreciate any help
Regards
Gene
New to VBA and just bought a book to learn.
Trying to update labor rates in column B "not null" when column A = FY-19.
I have about 30 excel files and each one tracks the cost of the 30 individual projects. There are about 450 rows that have the individual manufacturing process's and costs are determine by man-hours times labor rate.
Each projects takes about 5 years and I project at the end of each year what I believe the new labor rates will be based on inflation and wage increases.
How can I write VBA code
If Column A = FY-19 and Column B not null change to $34.56
If Column A = FY-20 and Column B not null change to $35.46
I have 5 new projected labor rates FY-19 thru Fy-23.
Appreciate any help
Regards
Gene