Formula draging issue

Ahmed Fawad

Board Regular
Joined
Mar 1, 2011
Messages
63
Office Version
  1. 2016
Platform
  1. Windows
here i am using this formula

=MIN(IF(B2:B917=K2,C2:C917))

this is searching a value in K2 from B2:B917 and give out the min value from C2:C917

so when we drag it down like we need it on 80 enteries

in last last row it becomes .... =MIN(IF(B82:B997=K84,C82:C997))
all search is messed up there....
question is ... how we can make it that B2:B917 and C2:C917 remains same but K series goes up as we drag it down

Thanx
Ahmed
 
Last edited:

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Try

=MIN(IF(B$2:B$917=K2,C$2:C$917))

confirmed with CTRL + Shift + Enter.
 
Upvote 0
=MIN(IF($B$2:$B$917=K2,$C$2:$C$917))

Have a look at the help on Absolute and Relative references.

Dom
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,285
Members
452,902
Latest member
Knuddeluff

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