how to skip lines with formulas

orsm6

Active Member
Joined
Oct 3, 2012
Messages
496
Office Version
  1. 365
Platform
  1. Windows
hi all - my source data (below) contains numbers, on another sheet i want to basically "lookup" all of the numbers which are greater than 100. hard to explain, so hoping the tables below help.

this is source data
Handover 2020.xlsx
N
1910
20840824
2116
22840860
2316
24840890
2515
Schedule Import


i need a formula that fills the column like this
Handover 2020.xlsx
N
29840824
30840860
31840890
32
33
Schedule Import


again i hope that makes sense.

source data sheet - Schedule Import
sheet where i have formulas to return values - Week 1

TIA
 
this seems to work for me..... =IFERROR(INDEX('Schedule Import'!$N$42:$N$65,MATCH(1,('Schedule Import'!$N$42:$N$65>100)*(COUNTIF($C$38:C38,'Schedule Import'!$N$42:$N$65)=0),0)),"")

CSE
 
Upvote 0

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
This wouldn't require the CSE

orsm6 2020-05-22 1.xlsm
C
39840824
40840860
41840890
42 
43 
bulk line
Cell Formulas
RangeFormula
C39:C43C39=IFERROR(INDEX('Schedule Import'!N:N,AGGREGATE(15,6,ROW('Schedule Import'!N$42:N$65)/('Schedule Import'!N$42:N$65>100),ROWS(C$39:C39))),"")
 
Upvote 0
This wouldn't require the CSE

orsm6 2020-05-22 1.xlsm
C
39840824
40840860
41840890
42 
43 
bulk line
Cell Formulas
RangeFormula
C39:C43C39=IFERROR(INDEX('Schedule Import'!N:N,AGGREGATE(15,6,ROW('Schedule Import'!N$42:N$65)/('Schedule Import'!N$42:N$65>100),ROWS(C$39:C39))),"")
thanks again for your help :D
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,917
Members
449,093
Latest member
dbomb1414

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