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

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,213,537
Messages
6,114,216
Members
448,554
Latest member
Gleisner2

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