Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using this formula:
=INDEX(1:1,MAX(INDEX(COLUMN(1:1)*(NOT(ISBLANK(1:1) )),))) to get the last non-blank value in my current worksheet. Does anyone know how to use this formula to get the last rnon-blank value of a different workbook? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just add the path.
Open the other workbook and use your mouse to point to the the source ranges. This way Excel will add the path for you. For example... Start typing the formula: =INDEX( Now, use the mouse and point to the other workbook and the desired sheet row 1 Excel will add the path for you: =INDEX([Dates.xls]Sheet1!$1:$1 Then just finish the formula in this manor. -- Biff Microsoft Excel MVP "Txlonghorn76" wrote in message ... I am using this formula: =INDEX(1:1,MAX(INDEX(COLUMN(1:1)*(NOT(ISBLANK(1:1) )),))) to get the last non-blank value in my current worksheet. Does anyone know how to use this formula to get the last rnon-blank value of a different workbook? Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I changed the formula to this but it's only giving me the contact of the
first column of row 27. Please help. =INDEX('[Sept - Daily Doc 08.xls]Daily Individual Numbers'!$27:$27,MAX(INDEX(COLUMN(27:27)*(NOT(ISBL ANK(27:27))),))) "T. Valko" wrote: Just add the path. Open the other workbook and use your mouse to point to the the source ranges. This way Excel will add the path for you. For example... Start typing the formula: =INDEX( Now, use the mouse and point to the other workbook and the desired sheet row 1 Excel will add the path for you: =INDEX([Dates.xls]Sheet1!$1:$1 Then just finish the formula in this manor. -- Biff Microsoft Excel MVP "Txlonghorn76" wrote in message ... I am using this formula: =INDEX(1:1,MAX(INDEX(COLUMN(1:1)*(NOT(ISBLANK(1:1) )),))) to get the last non-blank value in my current worksheet. Does anyone know how to use this formula to get the last rnon-blank value of a different workbook? Thanks! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You have to add the path to every function that references the other
workbook so you need to add the path to the ISBLANK function and the COLUMN function as well. Although the path is not needed in the COLUMN function you might want to add it just so it doesn't lead to confusion. -- Biff Microsoft Excel MVP "Txlonghorn76" wrote in message ... I changed the formula to this but it's only giving me the contact of the first column of row 27. Please help. =INDEX('[Sept - Daily Doc 08.xls]Daily Individual Numbers'!$27:$27,MAX(INDEX(COLUMN(27:27)*(NOT(ISBL ANK(27:27))),))) "T. Valko" wrote: Just add the path. Open the other workbook and use your mouse to point to the the source ranges. This way Excel will add the path for you. For example... Start typing the formula: =INDEX( Now, use the mouse and point to the other workbook and the desired sheet row 1 Excel will add the path for you: =INDEX([Dates.xls]Sheet1!$1:$1 Then just finish the formula in this manor. -- Biff Microsoft Excel MVP "Txlonghorn76" wrote in message ... I am using this formula: =INDEX(1:1,MAX(INDEX(COLUMN(1:1)*(NOT(ISBLANK(1:1) )),))) to get the last non-blank value in my current worksheet. Does anyone know how to use this formula to get the last rnon-blank value of a different workbook? Thanks! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That worked. TY!!
"Txlonghorn76" wrote: I am using this formula: =INDEX(1:1,MAX(INDEX(COLUMN(1:1)*(NOT(ISBLANK(1:1) )),))) to get the last non-blank value in my current worksheet. Does anyone know how to use this formula to get the last rnon-blank value of a different workbook? Thanks! |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Txlonghorn76" wrote in message ... That worked. TY!! "Txlonghorn76" wrote: I am using this formula: =INDEX(1:1,MAX(INDEX(COLUMN(1:1)*(NOT(ISBLANK(1:1) )),))) to get the last non-blank value in my current worksheet. Does anyone know how to use this formula to get the last rnon-blank value of a different workbook? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
No return for formula | Excel Worksheet Functions | |||
Formula to Return Last Non-Zero Value in Row | Excel Worksheet Functions | |||
I Need a Formula to return a zero value | Excel Worksheet Functions | |||
Why does my formula return zero? | Excel Discussion (Misc queries) | |||
I need help with way to return 0 or N/A to a formula | New Users to Excel |