SOLVED!Search column for next number

ROBINSYN

Board Regular
Joined
Aug 19, 2002
Messages
188
How do 1 search columnA on Summary Sheet to reutrn next number to cellK8 on Purchase Order Sheet?
This message was edited by ROBINSYN on 2002-10-26 23:44
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Summary sheet is like a database with numbers in column"A" that increase as records are recorded. I want to have a function in Cell"K8" that will search the Column with the numbers in the Summary Sheet , then Add 1 to the last number found on summary sheet. Can this be done. I tried DMax but keep getting an error.
 
Upvote 0
I tried this function and it wants to work but keeps returning value# as result.

=MAX("Summary",A:A)+1

Would it be because I labeled the column. All the cells are formated as a number.

HELP!!!
 
Upvote 0
Hi ROBINSYN:

use ...

=MAX(Summary!A:A)+1

see the worksheet simulation
y021026h1.xls
ABCDEFGHIJK
11
22
33
44
55
66
77
8812
99
1010
1111
Summary
</SPAN>

Regards!

Yogi Anand
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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