ItalianPlatinum
Well-known Member
- Joined
- Mar 23, 2017
- Messages
- 857
- Office Version
- 365
- 2019
- Platform
- Windows
Hello,
I have a VERY large file that I in summary need to find a number between a range of cells. So Column A I have a low number Column B I have a high number (goes to row 1,000) and need to know if this other number (column C) falls between ANY of those ranges. See below for a small snipbit.
[TABLE="width: 411"]
<tbody>[TR]
[TD]Combined Low[/TD]
[TD]Combined High[/TD]
[TD]Number[/TD]
[TD]Between any Ranges?[/TD]
[/TR]
[TR]
[TD]30010000[/TD]
[TD]30010059[/TD]
[TD]30010000[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]33395000[/TD]
[TD]33395030[/TD]
[TD="align: right"]30010001[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]33000100[/TD]
[TD]33000149[/TD]
[TD="align: right"]19000000[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]33690000[/TD]
[TD]33690000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]33355000[/TD]
[TD]33355049[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]32300000[/TD]
[TD]32300232[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]32400131[/TD]
[TD]32400849[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]32300401[/TD]
[TD]32300449[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]33343000[/TD]
[TD]33343000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody><colgroup><col><col><col><col></colgroup>[/TABLE]
I have a VERY large file that I in summary need to find a number between a range of cells. So Column A I have a low number Column B I have a high number (goes to row 1,000) and need to know if this other number (column C) falls between ANY of those ranges. See below for a small snipbit.
[TABLE="width: 411"]
<tbody>[TR]
[TD]Combined Low[/TD]
[TD]Combined High[/TD]
[TD]Number[/TD]
[TD]Between any Ranges?[/TD]
[/TR]
[TR]
[TD]30010000[/TD]
[TD]30010059[/TD]
[TD]30010000[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]33395000[/TD]
[TD]33395030[/TD]
[TD="align: right"]30010001[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]33000100[/TD]
[TD]33000149[/TD]
[TD="align: right"]19000000[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]33690000[/TD]
[TD]33690000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]33355000[/TD]
[TD]33355049[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]32300000[/TD]
[TD]32300232[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]32400131[/TD]
[TD]32400849[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]32300401[/TD]
[TD]32300449[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]33343000[/TD]
[TD]33343000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody><colgroup><col><col><col><col></colgroup>[/TABLE]