IF Index Matching Help Pivot Table

Harman69

New Member
Joined
Sep 23, 2017
Messages
1
Hi all, Needing help I am not a super excel user but just wondering if someone could help me with a formula to extract data from a pivot table. I currently have a formula that works by matching and picking up data but i am trying to pick up data from 2 cells. so i am needing to get my formula to take data from B$14:B$362 which it dose currently but if the cell is blank match and take data from C$14:C$362. Is this
possible.

=IFERROR(IF(INDEX(B$14:B$362,MATCH(G115,A$14:A$362,0))=0,"OFF",IF(INDEX(B$14:B$362,MATCH(G115,A$14:A$362,0))/INDEX(I$14:I$292,MATCH(G115,G$14:G$292,0))<0.75,"Underperforming","Operating")),"NO DATA")
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
=iferror(if(index(b$14:b$362,match(g115,a$14:a$362,0))<>"",index(b$14:b$362,match(g115,a$14:a$362,0)),index(c$14:c$362,match(g115,a$14:a$362,0))),"no data")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,225,759
Messages
6,186,861
Members
453,380
Latest member
ShaeJ73

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