finding 1 formula result in a group of cells

R

Richdg

I have ten cells in a row that have a formula in each. Only one of the cells
will display a result at any one time but it changes depending on the date. I
need a formula that will find the cell displaying the result and display it
in a single cell in another worksheet
 
M

Max

Assume the 10 cells are in A1:J1 in Sheet1
In another sheet,
you could use this, normal ENTER:
=INDEX(Sheet1!A1:J1,MATCH(TRUE,INDEX(TRIM(Sheet1!A1:J1)<>"",),0))

Success? Savour it, click the YES button below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
 
A

AltaEgo

If the other cells results are blank, you might try
=Max(YourTenCellsAddressRange)
 
R

Richdg

that work perfectly max ill be able to sleep at night now thanks heaps.

Thanks for your input steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top