Index Function Formula Using Criteria

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all...
how to make formula for this case
rumus sum till.xlsx
ABCD
1SoldFree
2CARthis month55
3till to this month86
4BYCYCLEthis month45
5till to this month56
6BIRDthis month101
7till to this month152
8etc..
9expected result
10Carthis month5
11till to this month8
12etc…
Sheet1
Cell Formulas
RangeFormula
D10D10=C2

my target in cell D10 down and i want change using DV dropdown list in cell B10,,,,change suite with Bird or Bycycle...
anyhelp, thanks in advance
susanto
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Book1
ABCD
1SoldFree
2CARthis month55
3till to this month86
4BYCYCLEthis month45
5till to this month56
6BIRDthis month101
7till to this month152
8etc..
9expected result
10Carthis month5
11Cartill to this month8
12etc…
Sheet1
Cell Formulas
RangeFormula
D10:D11D10=INDEX($C$2:$C$7,MATCH(B10,$A$2:$A$7,0)+MATCH(C10,$B$2:$B$3,0)-1)
 
Upvote 0
Solution

Forum statistics

Threads
1,215,509
Messages
6,125,216
Members
449,215
Latest member
texmansru47

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