find missing value

ausafausaf

New Member
Joined
Nov 22, 2013
Messages
14
I want to find missing value between to colum. like this


13 how can I find value 2 between 1 and 3
48and 5,6,7 between 4 and 8

<tbody>
</tbody>

please any one tell me the formula for this.
please help
 
Hi,

Are the two numbers in separate cells, as in your first post? Or in one cell, separated by e.g. a hypen: 114-120?

Regards
 
Upvote 0

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
1100It's mean 1 to 100
110200It's mean 110 to 200


<tbody>
</tbody>

Sir I want find value between 100 to 110. and want to display in colum C

Thanks
 
Upvote 0
Where in column C? In separate cells? Or in a single cell, e.g. separated by commas?

Regards
 
Upvote 0
Assuming the four numbers you give are in A1:B2, enter this formula in C1 and copy down until you start to get blanks for the result:

=IF(ROWS($1:1)>$A$2-$B$1-1,"",$B$1+ROWS($1:1))

Regards
 
Upvote 0
1100It's mean 1 to 100
110200It's mean 110 to 200

<tbody>
</tbody>

Sir I want find value between 100 to 110. and want to display in colum C
Wow, that is not even close to what you asked for in Message #1. I am glad XOR LX was able ask you the right questions in order to figure out what you actually wanted.
 
Upvote 0

Forum statistics

Threads
1,216,566
Messages
6,131,437
Members
449,652
Latest member
ylsteve

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