Help with formula please

jdhfch

Board Regular
Joined
Jan 25, 2018
Messages
69
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am trying to get this formula to extract the data from column H, but it is getting the data from column F instead... And I can't figure out why?

{IFERROR(INDEX(Orders!$C$3:$K$10000, SMALL(IF(COUNTIF(A$32, Orders!$C$3:$K$10000)*COUNTIF($C$3, Orders!$D$3:$D$10000), ROW(Orders!$C$3:$K$10000)-MIN(ROW(Orders!$C$3:$K$10000))+1), ROW($D1)), COLUMN($D1)),0)*1}

Please can someone help.... I know it will be easy for someone, sadly not me!
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hi
May be
Excel Formula:
=IFERROR(INDEX(orders!$C$3:$K$10000, SMALL(IF(COUNTIF(A$32, orders!$C$3:$K$10000)*COUNTIF($C$3, orders!$D$3:$D$10000), ROW(orders!$C$3:$K$10000)-MIN(ROW(orders!$C$3:$K$10000))+1), ROW($F1)), COLUMN($F1)),0)*1
 
Upvote 0
Hi
Hi
May be
Excel Formula:
=IFERROR(INDEX(orders!$C$3:$K$10000, SMALL(IF(COUNTIF(A$32, orders!$C$3:$K$10000)*COUNTIF($C$3, orders!$D$3:$D$10000), ROW(orders!$C$3:$K$10000)-MIN(ROW(orders!$C$3:$K$10000))+1), ROW($F1)), COLUMN($F1)),0)*1

May be
Excel Formula:
=IFERROR(INDEX(orders!$C$3:$K$10000, SMALL(IF(COUNTIF(A$32, orders!$C$3:$K$10000)*COUNTIF($C$3, orders!$D$3:$D$10000), ROW(orders!$C$3:$K$10000)-MIN(ROW(orders!$C$3:$K$10000))+1), ROW($F1)), COLUMN($F1)),0)*1
 
Upvote 0
You are welcome
And thank you for the feedback
Be happy and safe
 
Upvote 0

Forum statistics

Threads
1,214,636
Messages
6,120,664
Members
448,976
Latest member
sweeberry

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