Assuming the others are blank and we're definitely talking strings (not numbers)
=LOOKUP(REPT("Z",255),A1:Z1)
if not, ie nulls, then you could try
=INDEX(A1:Z1,MATCH("*?",A1:Z1,0))
Assuming the others are blank and we're definitely talking strings (not numbers)
=LOOKUP(REPT("Z",255),A1:Z1)
if not, ie nulls, then you could try
=INDEX(A1:Z1,MATCH("*?",A1:Z1,0))
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks