find number in multiple columns and rows

J

JLeoni

I've got a spreadsheet with data in the following manner

Date NUM1 NUM2 NUM3
3/10/2006 1 2 5
3/11/2006 2 3 1
3/12/2006 1 4 2

I need to find the first reference to the number 2 in the list from columns
B-D and return the date from Column A
 
R

Richard Buttrey

I've got a spreadsheet with data in the following manner

Date NUM1 NUM2 NUM3
3/10/2006 1 2 5
3/11/2006 2 3 1
3/12/2006 1 4 2

I need to find the first reference to the number 2 in the list from columns
B-D and return the date from Column A


How are you defining "first". i.e. row-wise or column-wise? i.e what;s
the answer for the above data, C2 or B3?

Rgds

__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
 

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

Top