Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi -- I'm trying to use MATCH to return the column # of the first non-blank
cell in a row. It works great until I try to use a variable lookup array. =MATCH(TRUE,Budget!A85:E85<"",0) works great. I have a variable for the row # in A1. When I try this: =MATCH(TRUE,"Budget!A" & A1 & ":E" & A1<"",0) it returns #N/A Is what I am trying to do possible or do I just have a silly syntax error somewhere? -- TIA Chuck M. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't get array formula to work in MATCH function | Excel Worksheet Functions | |||
Text lookup array and match specific data | Excel Worksheet Functions | |||
match, lookup or array? | Excel Worksheet Functions | |||
table, index, array, match, lookup? | Excel Worksheet Functions | |||
Variable Table Array in Lookup Function | Excel Worksheet Functions |