PC Review


Reply
Thread Tools Rate Thread

Challenge for the day.

 
 
=?Utf-8?B?S2hhbmpvaG4=?=
Guest
Posts: n/a
 
      19th Apr 2007
Here goes. say I have a topic in C6 named banana (drop down menu) and I
want it to look up data( will have from apple to zulu fruit) in G35 :H126 and
if it matchs then put the value of aa2 which is 2 in the appropiate column
in L35:M126. What is the frormula in excel not VBA? IE C6 is apple going down
G column it finds apple at 37, 39, 56, 78,79, 80, 100, 126 and in the H
column it finds apple in 38, 52, 56, 126. I wnt it to put a 2 in each of the
correct cells down the L and M columns.

Thanks in advance
 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      19th Apr 2007
Note that worksheet functions in cells can't "put" values in other
cells. If you want a worksheet solution, then one way:

L35: =IF(G35=$C$6,$AA$2,"")

Copy L35 to L35:M126

In article <9EE04C79-672D-4C9A-B091-(E-Mail Removed)>,
Khanjohn <(E-Mail Removed)> wrote:

> Here goes. say I have a topic in C6 named banana (drop down menu) and I
> want it to look up data( will have from apple to zulu fruit) in G35 :H126 and
> if it matchs then put the value of aa2 which is 2 in the appropiate column
> in L35:M126. What is the frormula in excel not VBA? IE C6 is apple going down
> G column it finds apple at 37, 39, 56, 78,79, 80, 100, 126 and in the H
> column it finds apple in 38, 52, 56, 126. I wnt it to put a 2 in each of the
> correct cells down the L and M columns.
>
> Thanks in advance

 
Reply With Quote
 
=?Utf-8?B?S2hhbmpvaG4=?=
Guest
Posts: n/a
 
      19th Apr 2007
Thanks now here is second part of question: I need it to match as the range
will be from C6:C14 that it needs to match so dpes L35:
=IF(G35=$C$6:$C$14,$AA$2,"") work then? i ahve numerous areas i would like
to match to data.

"JE McGimpsey" wrote:

> Note that worksheet functions in cells can't "put" values in other
> cells. If you want a worksheet solution, then one way:
>
> L35: =IF(G35=$C$6,$AA$2,"")
>
> Copy L35 to L35:M126
>
> In article <9EE04C79-672D-4C9A-B091-(E-Mail Removed)>,
> Khanjohn <(E-Mail Removed)> wrote:
>
> > Here goes. say I have a topic in C6 named banana (drop down menu) and I
> > want it to look up data( will have from apple to zulu fruit) in G35 :H126 and
> > if it matchs then put the value of aa2 which is 2 in the appropiate column
> > in L35:M126. What is the frormula in excel not VBA? IE C6 is apple going down
> > G column it finds apple at 37, 39, 56, 78,79, 80, 100, 126 and in the H
> > column it finds apple in 38, 52, 56, 126. I wnt it to put a 2 in each of the
> > correct cells down the L and M columns.
> >
> > Thanks in advance

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Look Up challenge Guntars Microsoft Excel Worksheet Functions 3 25th May 2009 04:12 AM
A challenge for you... Steve Microsoft Access 2 19th Oct 2005 09:44 AM
A challenge for you... Steve Microsoft Access Queries 2 19th Oct 2005 09:44 AM
Challenge - Please Help! couger77 Microsoft Excel Worksheet Functions 5 30th Dec 2003 10:17 PM
Re: A Challenge Vince Averello [MVP-Outlook] Microsoft Outlook Calendar 0 23rd Aug 2003 09:37 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:31 PM.