+ Reply to Thread
Results 1 to 4 of 4

get next available

  1. #1
    Registered User
    Join Date
    08-27-2015
    Location
    minnesota
    MS-Off Ver
    2013
    Posts
    11

    get next available

    Hi There,

    I dont know if there is a formula for this but Im still super new to excel macros and formulas so I figured i would hop in and ask.

    I am looking to have a cell pull the next available # from a table. so we have a list of purchase order numbers we are using and when one is used we fill in the basic information i.e. company, placed by, etc. i want the cell to check the table and pull the next unused po. Is there a way to o this? the table and the cell are in two different spreadsheets.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: get next available

    Maybe

    =max(someRange)+1
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    08-27-2015
    Location
    minnesota
    MS-Off Ver
    2013
    Posts
    11

    Re: get next available

    No that didnt work.

    i need it to be like "look up table 1, look for next blank in column index 6, then lookup the corresponding number in column 1 and past that number in f4"

    Please Login or Register  to view this content.
    that was the macro i did but it always brought back the copy from C7 instead of the next blank one because this sort by blanks just hides the rows....

  4. #4
    Registered User
    Join Date
    08-27-2015
    Location
    minnesota
    MS-Off Ver
    2013
    Posts
    11

    Re: get next available

    i figured one way out..

    created a pivot table with a slicer and ran the macro to refresh the pivot table to get the next with the cell needing to be updated equaling the top option in the pivot table.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1