Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to use Index, Match and Product functions in excel for this questions?

Week # 1 2 3 4 5

Ratio 0.9 0.9 0.8 0.8 0.6

Select week from Drop Down List ____ (we have 1,2,3,4,5 inside)

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

So how can we use index,match,product or other excel formulas for performing the following task:

If 3 is selected from the dropdown list, then we multiply 0.90.90.8

If 2 is selected from dropdown list, then we multiply 0.9*0.9

Can you please help?

I could not find how to use index match or this

>Solution :

You can use PRODUCT and INDEX to achieve this. No need for MATCH here. Take a look at this example:

A B C D E F G (your dropdown) H
1 week 1 2 3 4 5 3 =PRODUCT(B2:INDEX(B1:F2,2,H1))
2 ratio 0.9 0.9 0.8 0.8 0.6

In case your weeks do not start at one, you do have to use MATCH:
=PRODUCT(B2:INDEX(B2:F2,1,MATCH(H1,B1:F1)))

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading