Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
LOOKUP function??
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
paul.mul...@hotmail.co.uk  
View profile  
 More options Nov 3 2012, 6:44 am
Newsgroups: microsoft.public.excel.worksheet.functions
From: paul.mul...@hotmail.co.uk
Date: Sat, 3 Nov 2012 03:44:07 -0700 (PDT)
Local: Sat, Nov 3 2012 6:44 am
Subject: LOOKUP function??
Hi Guys -

I have a simple dataset that counts illness occurance in a wee.
Something like this:

     A             B           C            D            E
1   1/10/12   2/10/12  3/10/12   4/10/12  5/10/12
2   Mon       Tues       Wed      Thurs      Fri
3                   ill            ill

I am trying to find a function that will return the date of the last
occurance of illness in this instance 3/10/12.

Any help would be massively appreciated

Many thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
paul.mul...@hotmail.co.uk  
View profile  
 More options Nov 3 2012, 6:46 am
Newsgroups: microsoft.public.excel.worksheet.functions
From: paul.mul...@hotmail.co.uk
Date: Sat, 3 Nov 2012 03:46:04 -0700 (PDT)
Local: Sat, Nov 3 2012 6:46 am
Subject: Re: LOOKUP function??
..... that was supposed top read "illness in a week"!!!

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Claus Busch  
View profile  
 More options Nov 3 2012, 7:42 am
Newsgroups: microsoft.public.excel.worksheet.functions
From: Claus Busch <claus_bu...@t-online.de>
Date: Sat, 3 Nov 2012 12:42:02 +0100
Local: Sat, Nov 3 2012 7:42 am
Subject: Re: LOOKUP function??
Hi Paul,

Am Sat, 3 Nov 2012 03:44:07 -0700 (PDT) schrieb
paul.mul...@hotmail.co.uk:

>      A             B           C            D            E
> 1   1/10/12   2/10/12  3/10/12   4/10/12  5/10/12
> 2   Mon       Tues       Wed      Thurs      Fri
> 3                   ill            ill

> I am trying to find a function that will return the date of the last
> occurance of illness in this instance 3/10/12.

try:
=INDEX(1:1,LOOKUP(2,1/(3:3<>""),COLUMN(1:1)))
or
=INDEX(1:1,MATCH("",3:3,-1))

Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Claus Busch  
View profile  
 More options Nov 3 2012, 9:08 am
Newsgroups: microsoft.public.excel.worksheet.functions
From: Claus Busch <claus_bu...@t-online.de>
Date: Sat, 3 Nov 2012 14:08:08 +0100
Local: Sat, Nov 3 2012 9:08 am
Subject: Re: LOOKUP function??
Hi Paul,

Am Sat, 3 Nov 2012 12:42:02 +0100 schrieb Claus Busch:

> =INDEX(1:1,LOOKUP(2,1/(3:3<>""),COLUMN(1:1)))
> or
> =INDEX(1:1,MATCH("",3:3,-1))

or
=LOOKUP(2,1/(3:3="ill"),1:1)

Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin @ Radstock  
View profile  
 More options Nov 4 2012, 2:38 am
Newsgroups: microsoft.public.excel.worksheet.functions
From: Kevin@Radstock <KevinRadstock.adbd...@excelbanter.com>
Date: Sun, 4 Nov 2012 07:10:04 +0000
Local: Sun, Nov 4 2012 2:10 am
Subject: Re: LOOKUP function??

Hi Ensuring your dates are in ascending order:
=LOOKUP(2^20,SEARCH("Ill",A3:E3),A1:E1)

paul.mul...@hotmail.co.uk;1606999 Wrote:

--
Kevin@Radstock

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
paul.mul...@hotmail.co.uk  
View profile  
 More options Nov 7 2012, 1:46 am
Newsgroups: microsoft.public.excel.worksheet.functions
From: paul.mul...@hotmail.co.uk
Date: Tue, 6 Nov 2012 22:46:46 -0800 (PST)
Local: Wed, Nov 7 2012 1:46 am
Subject: Re: LOOKUP function??
Thanks all for your input. All solutions worked brilliantly.

Kevin @ Radstock out of interest wat was the 2^20 part of your function getting excel to look for?

Thanks again


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »