INDIRECT FUNCTION on 2 DROP DOWN LISTS USING 1 SET OF FORMULA

Luaptar

New Member
Joined
Jun 23, 2017
Messages
29
Hi,

Good Afternoon!
I was able to include the Indirect Function by the help of Spreadsheet but now I need to get a function the will then choose 2 options on each sheet.

Scenario:

Sheet 1 - Export Sheet ** 2 options Document Rates or Non-Document Rates
Noted: Rates are on different cell ranges

Sheet 2 - Import Sheet ** 2 options Document Rates or Non-Document Rates
Noted: Rates are on different cell ranges


The format for both sheets are the same. The only thing that is different are the rates on the sheets.
This is the formula for Non Document rates which is currently working well.

=IF(B2<=20,INDEX(INDIRECT(A1&"!C20:L59"),D4,D6),B2*INDEX(INDIRECT(A1&"!C62:L68"),LOOKUP(B2,{0,45,71,100,300,500,1000},{1,2,3,4,5,6,7}),SUMIF(INDIRECT(A1&"!$C$61:$L$61"),B5,INDIRECT(A1&"!$C$60:$L$60"))))

This is the formula for Document rates.

=IF(F2<=5,INDEX(EXPORT!C7:L16,H4,H6))

What I want to do is that I will have 2 drop down list for IMPORT/EXPORT & for Documents/Non Documents.

What formula shall I use to make this work?



Thanks,
Luaptar
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,215,422
Messages
6,124,808
Members
449,191
Latest member
rscraig11

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