Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am looking for a function that will search across a row of empty cells to
find the one cell that has a value; and then bring that value to the formula. Additionally, I am looking for a function that will search across a row of empty cells to find the nearest cell that has a value; and then return that value. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try in say, A2, array-entered*:
=INDEX(1:1,MATCH(TRUE,(1:1<""),0)) which returns the value from row1 *press CTRL+SHIFT+ENTER to confirm the formula -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Wolf Crick" wrote: I am looking for a function that will search across a row of empty cells to find the one cell that has a value; and then bring that value to the formula. Additionally, I am looking for a function that will search across a row of empty cells to find the nearest cell that has a value; and then return that value. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
search across a row of empty cells to find
the one cell that has a value If the one value is a number and the row is row 1: =MAX(1:1) If the one value is a TEXT entry: =LOOKUP(REPT("z",255),1:1) -- Biff Microsoft Excel MVP "Wolf Crick" <Wolf wrote in message ... I am looking for a function that will search across a row of empty cells to find the one cell that has a value; and then bring that value to the formula. Additionally, I am looking for a function that will search across a row of empty cells to find the nearest cell that has a value; and then return that value. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks. Now my question changes to how do I find that value in a specific
range on a row? "T. Valko" wrote: search across a row of empty cells to find the one cell that has a value If the one value is a number and the row is row 1: =MAX(1:1) If the one value is a TEXT entry: =LOOKUP(REPT("z",255),1:1) -- Biff Microsoft Excel MVP "Wolf Crick" <Wolf wrote in message ... I am looking for a function that will search across a row of empty cells to find the one cell that has a value; and then bring that value to the formula. Additionally, I am looking for a function that will search across a row of empty cells to find the nearest cell that has a value; and then return that value. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just use the specific range:
=MAX(C10:AA10) =LOOKUP(REPT("z",255),H133:Z133) -- Biff Microsoft Excel MVP "Wolf Crick" wrote in message ... Thanks. Now my question changes to how do I find that value in a specific range on a row? "T. Valko" wrote: search across a row of empty cells to find the one cell that has a value If the one value is a number and the row is row 1: =MAX(1:1) If the one value is a TEXT entry: =LOOKUP(REPT("z",255),1:1) -- Biff Microsoft Excel MVP "Wolf Crick" <Wolf wrote in message ... I am looking for a function that will search across a row of empty cells to find the one cell that has a value; and then bring that value to the formula. Additionally, I am looking for a function that will search across a row of empty cells to find the nearest cell that has a value; and then return that value. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seo , Search Engine Optimizer , Seo Search engine Optimization , search engine optimization services, SEO Consulting | Excel Worksheet Functions | |||
Seo , Search Engine Optimizer , Seo Search engine Optimization , search engine optimization services, SEO Consulting | Setting up and Configuration of Excel | |||
Seo , Search Engine Optimizer , Seo Search engine Optimization , search engine optimization services, SEO Consulting | Links and Linking in Excel | |||
How do I search excel spreadsheets using multiple search criteria. | Excel Worksheet Functions | |||
How do I set up Excel to search nearest resource by address | Excel Worksheet Functions |