Find all tbhe instances values in a column, find all the values tied to them in another row, and then multiple by a value for in another array.

Fraserkitchell

New Member
Joined
May 21, 2010
Messages
47
Hi all,

Trying to do a couple things. I want to track predict monthly spending by searching for a match on two values in two columns (one is a project name, another is an employee name). For every employee tied to the project, I want to move across an array to find the percent of employee time per month, and multiple that by the monthly wage of the employee (stored in another table, also by employee name.

I'm attaching a picture to make some sense of this.

<colgroup><col><col><col><col><col><col><col><col span="2"></colgroup><tbody>
</tbody>

Monthly Hours %JanuaryFebruary
BudgetActualPredictedActual
Project 1Eric70%70%
Project 1Kerry0%0%
Project 1Fraser15%15%
Project 2Eric0%0%EmployeeRate
Project 2Kerry0%0%
Project 2Fraser20%20%Eric $ 40.00
Project 2Dan100%100%Kerry $ 40.00
Dan $ 50.00

<colgroup><col><col><col><col><col><col><col><col span="2"></colgroup><tbody>
</tbody>


So, for example, I want to find all the values in Project 1 that have names, find the percent associated with that name each month, and then multiply it by the employee rate of the same name, and sum that together for all the names in the project.

Make sense?
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Forum statistics

Threads
1,215,440
Messages
6,124,882
Members
449,193
Latest member
PurplePlop

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