Find the largest number in the column

hsamadzadeh

New Member
Joined
Aug 1, 2017
Messages
4
my data is as below:

column 1 column 2
1 1
2 1
1 2
1 3
2 2
2 3
1 4
2 4
1 5
1 ?????

I need a formula to find the largest number+1 in the column2 and fill ????
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
It looks like you have:

B1: =COUNTIF(A$1:A1,A1)

But that's not the way you have described it?


Excel 2010
AB
111
221
312
413
522
623
714
824
915
1016
1
 
Last edited:
Upvote 0
Thank you.
=COUNTIF(INDIRECT("e3:e"&ROW());[@Column16])
is working


It looks like you have:

B1: =COUNTIF(A$1:A1,A1)

But that's not the way you have described it?

Excel 2010
AB
111
221
312
413
522
623
714
824
915
1016

<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
</tbody>
1
 
Upvote 0

Forum statistics

Threads
1,215,422
Messages
6,124,811
Members
449,191
Latest member
rscraig11

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