Thread: WHich formula?
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default WHich formula?

Try this:

=INDEX(A1:G1,MATCH(TRUE,A1:G1<"",A1:G1))

ctrl+shift+enter, not just enter


"the dave" wrote:

Thanks in advance.
Which formula would work here?
I have 7 cells. In one random cell there is a random text value. I want the
text value from whichever cell it is in, to show up in my main cell where I
need the formula.