Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Just because I could never remember how I made that funny character:
=LOOKUP(char(224),A1:E1) Lori wrote: Or a bit shorter =LOOKUP("α",A1:E1) where "α" is the alpha character [Alt+224] or inserted with insertsymbol. "T. Valko" wrote: Try one of these: =INDEX(A1:E1,MATCH(REPT("Z",255),A1:E1)) =IF(COUNTIF(A1:E1,"*"),INDEX(A1:E1,MATCH(REPT("Z", 255),A1:E1)),"") -- Biff Microsoft Excel MVP "JulesMacD" wrote in message ... I have 5 columns containing different supervisor levels. Some columns are blank. I would like to write a formula to evaluate the 5 columns and return the name in the farthest right column. Thank you! -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup to return 2 columns | Excel Discussion (Misc queries) | |||
Can Excel evaluate one cell and return the information in another? | Excel Discussion (Misc queries) | |||
Function evaluate multiple cells and return 1st one w/a value | Excel Discussion (Misc queries) | |||
how can you auto return from columns B1 to A2 | Excel Discussion (Misc queries) | |||
want sumif function's range to evaluate 2 columns | Excel Worksheet Functions |