Formula/Logic Required PLEASE ;-)

Yupyup

New Member
Joined
Jul 22, 2017
Messages
2
I have two fields being defined one named Eng and other could be any variation of text. Based whatever the user inputs here I then need to look at the dollar value specified by the user. Based off these two criterias I then need pull the appropriate response for two different cells.

Many thanks in advance!

Eng
Amount RangeApprovers (P104)Addiitional Approvers
0.01 to 999.99approver 1approver 6
1000 to 4999.99approver 2approver 7
5000 to 7499.99approver 3approver 8
7500 to 9999.99approver 4approver 9
Whatever (could any text combination)
ResourceAmount RangeApprovers (P104)Addiitional Approvers
0.01 to 999.99approver 10approver 14
1000 to 4999.99approver 11approver 15
5000 to 7499.99approver 12approver 16
7500 to 9999.99approver 13approver 17

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
give us a working example please

Thanks! Please see the below which hopefully provides enough of an example.

If a users enters Eng in a cell and the dollar value of $1500 in another cell. It should then pull the value back from the Eng chart looking at the Approvers (P104) column and populate approver 2 into a cell. In addition, it would pull value in the Additional Approvers column back which would approver 7 into another cell.
 
Upvote 0
Eng
Amount RangeApprovers (P104)Addiitional Approvers
0.01 to 999.99approver 1approver 6
1000 to 4999.99approver 2approver 7
5000 to 7499.99approver 3approver 8
7500 to 9999.99approver 4approver 9
amount=1500
0app1app6
1000app2app7
5000app3app8
7500app4app9
10000nonenone
app1app6
by amending the table layout a simple vlookup formula pulls the required information

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,826
Messages
6,121,797
Members
449,048
Latest member
greyangel23

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