Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Serge
 
Posts: n/a
Default Multiple IF & VLOOKUP functions

This formula below works as shown
=IF(D10=0.5,(VLOOKUP(I10,Table_A,2,0))). the result is shown in 'J10'

But 'D10' has 9 possibilities and 'I10' has to look up 9 tables; Table_A
through Table_I which are in sheet three. for each possibility there is a
table for the answer.

Can someone help with this please.
Thanks in advance


  #2   Report Post  
Posted to microsoft.public.excel.newusers
JE McGimpsey
 
Posts: n/a
Default Multiple IF & VLOOKUP functions

One way:

=VLOOKUP(I10, INDIRECT(VLOOKUP(D10, $M$1:$N$9,2)),2,FALSE)

where

M N
1 0.5 Table_A
2 0.74 Table_B
3 ...


In article ,
Serge wrote:

This formula below works as shown
=IF(D10=0.5,(VLOOKUP(I10,Table_A,2,0))). the result is shown in 'J10'

But 'D10' has 9 possibilities and 'I10' has to look up 9 tables; Table_A
through Table_I which are in sheet three. for each possibility there is a
table for the answer.

Can someone help with this please.
Thanks in advance

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Serge
 
Posts: n/a
Default Multiple IF & VLOOKUP functions

Thanks for your reply JE,
Does this mean I need to create extra columns?

"JE McGimpsey" wrote:

One way:

=VLOOKUP(I10, INDIRECT(VLOOKUP(D10, $M$1:$N$9,2)),2,FALSE)

where

M N
1 0.5 Table_A
2 0.74 Table_B
3 ...


In article ,
Serge wrote:

This formula below works as shown
=IF(D10=0.5,(VLOOKUP(I10,Table_A,2,0))). the result is shown in 'J10'

But 'D10' has 9 possibilities and 'I10' has to look up 9 tables; Table_A
through Table_I which are in sheet three. for each possibility there is a
table for the answer.

Can someone help with this please.
Thanks in advance


  #4   Report Post  
Posted to microsoft.public.excel.newusers
JE McGimpsey
 
Posts: n/a
Default Multiple IF & VLOOKUP functions

Don't know how your data tables are set up - I suspect you could just
create another table for the lookup...


In article ,
Serge wrote:

Does this mean I need to create extra columns?

  #5   Report Post  
Posted to microsoft.public.excel.newusers
Serge
 
Posts: n/a
Default Multiple IF & VLOOKUP functions

Hello JE,
I tried and failed, would you be interrested in looking at my spread sheet?
Thanks,
Serge

"JE McGimpsey" wrote:

Don't know how your data tables are set up - I suspect you could just
create another table for the lookup...


In article ,
Serge wrote:

Does this mean I need to create extra columns?




  #6   Report Post  
Posted to microsoft.public.excel.newusers
Serge
 
Posts: n/a
Default Multiple IF & VLOOKUP functions

Hello JE,
It's 7:15 pm at home and I finally understood the formula and it works fine.
I'm so happy.
Many thanks again.
I just could not see my way through this without your help.
Serge J.

"JE McGimpsey" wrote:

Don't know how your data tables are set up - I suspect you could just
create another table for the lookup...


In article ,
Serge wrote:

Does this mean I need to create extra columns?


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
Multiple vlookup arguments ichall Excel Worksheet Functions 2 October 19th 05 10:47 PM
Functions across multiple worksheets starlight Excel Worksheet Functions 0 August 10th 05 05:10 PM
how do I use vlookup for multiple occurrences of the same value Edith F Excel Worksheet Functions 15 April 29th 05 06:12 PM
Multiple Vlookup? changeable Excel Worksheet Functions 0 November 9th 04 11:52 AM
multiple vlookup choice Excel Worksheet Functions 2 November 1st 04 06:55 PM


All times are GMT +1. The time now is 05:58 AM.

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

About Us

"It's about Microsoft Excel"