Sequential numbering NON VBA or ARRAY FORMULA

Pluto

New Member
Joined
Sep 19, 2007
Messages
29
I am trying to build a sequential list without the use of either VBA or ARRAY Formulas. The example below uses Array Formula, but I have used this to demonstrate what I am trying to achieve.

Column B - List Ref is a random entry of numbers
Column C will define the Point reference, associated to the number found in the adjacent cell in column B
Column D determines whether to display the Point Reference. 0 = ignore 1 re-act.

Book2.xlsx
BCDE
2ListRefPointRefCheckcells(1or0)
3
4100
5111
6331
733.11
8221
911.11
10771
11881
12991
Sheet2


The way this works is that if Col D is a 0, then Column B is ignored and Col C remains blank.

If Col D is a 1 then Col B is checked. Col C will check to see if the value in col B has already be represented, if it has not then it will display the value from Col C. If the value HAS been represented it will determine the next point value available and increment accordingly.

Does this make sense, can it be done without Arrys formula or VBA?

Any thoughts would be welcomed.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.

Forum statistics

Threads
1,223,243
Messages
6,170,967
Members
452,371
Latest member
Frana

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