Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
in my invoice sheet I want to look up on the sales sheet the first blank cell in a range (c10:c500) and return me the cell adjacent to the right of it i.e the formual finds c20 is the first blank cell and it returns me the cell to the right, the next invoice number avaiable, 121 anyone any ideas how to achieve this please thanks steve |
#2
![]() |
|||
|
|||
![]()
If there will be no filled cells in the range below the first blank
cell, one way: =INDEX(D10:D500,COUNTA(C10:C500)+1) OTOH, you might want to look at a different way of storing invoice numbers: http://www.mcgimpsey.com/excel/sequentialnums.html In article , "steve alcock" wrote: Hi, in my invoice sheet I want to look up on the sales sheet the first blank cell in a range (c10:c500) and return me the cell adjacent to the right of it i.e the formual finds c20 is the first blank cell and it returns me the cell to the right, the next invoice number avaiable, 121 anyone any ideas how to achieve this please thanks steve |
#3
![]() |
|||
|
|||
![]()
many thanks for the advice, it works a trea.
steve -----Original Message----- If there will be no filled cells in the range below the first blank cell, one way: =INDEX(D10:D500,COUNTA(C10:C500)+1) OTOH, you might want to look at a different way of storing invoice numbers: http://www.mcgimpsey.com/excel/sequentialnums.html In article , "steve alcock" wrote: Hi, in my invoice sheet I want to look up on the sales sheet the first blank cell in a range (c10:c500) and return me the cell adjacent to the right of it i.e the formual finds c20 is the first blank cell and it returns me the cell to the right, the next invoice number avaiable, 121 anyone any ideas how to achieve this please thanks steve . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
if the value of a cell in a range is not blank, then return the v. | Excel Worksheet Functions | |||
find a cells from a range of cell | Excel Worksheet Functions | |||
Formula to return ADDRESS of cell in range that meets criteria | Excel Worksheet Functions | |||
Excel: How to return count for each cell within date range criter. | Excel Worksheet Functions |