IF, INDEX & MATCH formula

Steviefiege

Board Regular
Joined
Aug 29, 2018
Messages
66
Hi,

I have a formula in a cell C: =IF(T3<>"","",S3)

These are my players & positions:

Kongolo, RodneyAdvanced Playmaker
Kongolo, RodneyAttacking Midfielder
Kongolo, RodneyAdvanced Playmaker2
Lawlor, IanGoalkeeper

<tbody>
</tbody>

In cell C, i want to add to that formula to say if the position is a goalkeeper to look into another 2 cells (Which are on another sheet) & find that particular player & his rating & put the rating in cell C. If the position is not a goalkeeper then carry on as the original formula.
 
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.
=IF(T3<>"","",IF(B3="GoalKeeper",SUM(Sheet2!C8:D8),S3))

Imbedded IF statement. You, of course will change the blue part to reflect the formula that you need.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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