Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 788
Default Find value for one cell from 2 different lists.

value for cell L55 when K33 has two options. K33 = Bags or sack and form that
I need to get values from 2 different lists and a 3rd cell L13 has a volume
to start from. I am using L13 as my starting cell. Formula is.
=lookup(L13,A117:A191,H119:H191) for when K33 = sacks.
and if K33 = bags. =lookup(L13,A117:A191,K117:K191).
Regards
Chris
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 788
Default Find value for one cell from 2 different lists.

Sorry. How do I get it to work from both lists with one formula.
Thanks
Chris.

"Chris" wrote:

value for cell L55 when K33 has two options. K33 = Bags or sack and form that
I need to get values from 2 different lists and a 3rd cell L13 has a volume
to start from. I am using L13 as my starting cell. Formula is.
=lookup(L13,A117:A191,H119:H191) for when K33 = sacks.
and if K33 = bags. =lookup(L13,A117:A191,K117:K191).
Regards
Chris

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Find value for one cell from 2 different lists.

Try
=LOOKUP(L13,A117:A191,IF(K33="sacks",H117:H191,IF( K33="bags",K117:K191)))

--
Jacob


"Chris" wrote:

Sorry. How do I get it to work from both lists with one formula.
Thanks
Chris.

"Chris" wrote:

value for cell L55 when K33 has two options. K33 = Bags or sack and form that
I need to get values from 2 different lists and a 3rd cell L13 has a volume
to start from. I am using L13 as my starting cell. Formula is.
=lookup(L13,A117:A191,H119:H191) for when K33 = sacks.
and if K33 = bags. =lookup(L13,A117:A191,K117:K191).
Regards
Chris

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can you find the differences between two mailing lists in Exce Andrea Excel Discussion (Misc queries) 1 September 8th 09 07:30 PM
comparing two list and need to find exact in both lists bill Excel Worksheet Functions 1 September 14th 07 05:58 PM
Compare two lists of data to find new entries Bugaglugs Excel Discussion (Misc queries) 1 November 21st 05 06:53 PM
compare data in two lists to find matching entries Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 09:06 PM
How can I compare two lists of data (channel lineups) - find what. mf4852 Excel Worksheet Functions 3 February 6th 05 04:59 PM


All times are GMT +1. The time now is 09:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"