Help With Formula

Paynter3420

New Member
Joined
Jun 7, 2016
Messages
5
Hello!

I have a program (well, excel program) for my work.

The simple formula for this is

Job amount x rate (rate is found by a formula in another tab with the state and monthly rate). For example, Arkansas at 12 months is .08699.

On the first page I have
Job amount (enter manually)
Months (choose from a list, already completed)
State (choose from a list, already completed)
Rate (I need some type of formula that picks the rate from the months and state from the other tab)

This gives me the monthly payment and I can do the rest from there.

If it helps, on the page with the states and rates I can format it whatever way will be easiest.

Thanks for your help, if it would be easier, I can email this file to you.

Thanks!!
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Your description doesn't make it 100% clear but this might get you going in the right direction:


Book1
ABCDEF
1Job Amount1234StateMonthRate
2MonthMarchArkansasJanuary0.07652
3StateArkansasArkansasFebruary0.09264
4Rate0.08699ArkansasMarch0.08699
5Formula107.3457OregonJanuary0.071528
6New YorkFebruary0.002073
7TexasMarch0.816595
Sheet1
Cell Formulas
RangeFormula
B4=SUMPRODUCT(($D$2:$D$7=B3)*($E$2:$E$7=B2)*($F$2:$F$7))
B5=B1*B4


WBD
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,289
Members
449,149
Latest member
mwdbActuary

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