Add 2 matches too beginnig of this function .

Status
Not open for further replies.

Sunline

Well-known Member
Joined
Oct 6, 2007
Messages
701
Office Version
  1. 2016
Platform
  1. Windows
Hello all , is it possible to add a match x 2 to the beginning of this function .
I would like the 1st match too look at col BJ2 only and if it says Fast or Good and from col CK2 if it matches 1 or 13 , then for the rest of the function to kick in .

=IF(ISNUMBER(MATCH(BM2,$FF$41:$FF$44,0)),IF(AND(EG2>=0.1,EG2<=4.6),21-ROUNDUP(EG2/0.5,0),0),IF(ISNUMBER(MATCH(BN2,$FF$41:$FF$44,0)),IF(AND(EH2>=0.1,EH2<=4.6),21-ROUNDUP(EH2/0.5,0),0),IF(ISNUMBER(MATCH(BO2,$FF$41:$FF$44,0)),IF(AND(EI2>=0.1,EI2<=4.6),21-ROUNDUP(EI2/0.5,0),0),)))

Thanks .
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Please do not post the same question multiple times. Questions of a duplicate nature will be locked or deleted, per the Posting Rules (especially points 21-23).

Any bumps, clarifications, or follow-ups should be posted back to the linked thread.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,224,525
Messages
6,179,317
Members
452,905
Latest member
deadwings

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