Formulae help aqgain please

philmatth

Board Regular
Joined
Oct 6, 2008
Messages
123
Office Version
  1. 2003 or older
Platform
  1. Windows
Hi again,

I need to fill down the values in column B so B 8, 9, and 10 will be 3 and B 11,12,13 will be 4 and so on... I really do appreciate the help I get on here, thank you!

grp-id.jpg
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Copy the formula as below in the cells B8, B9 & B10

B8: =B7+1
B9: =B8
B10: =B9

Then copy the (B8:B10) and paste it below and so on...
 
Upvote 0
Hi,

Put this formula into B2...

=IF(A2=A1,B1,B1+1)

This is asuming that all the numbers in A:A are sorted in ascending order.
 
Upvote 0
Fantastic!

brans1982 and asking's both worked well - thanks to both of you.

Sorry ganeshpoojary05 but I iether did something wrong but no joy, but thank you anyway.
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,702
Members
452,938
Latest member
babeneker

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