A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

7 function rule cont.



 
 
Thread Tools Display Modes
  #1  
Old December 29th, 2006, 06:58 AM posted to microsoft.public.excel.worksheet.functions
helpme
external usenet poster
 
Posts: 52
Default 7 function rule cont.

ok everyone asked for more details, so here they are...good luck and thanks
for helping. Specifically i have a two page workbook, on the first page is a
registration table for tournaments including name, address, phone number,
etc...simple stuff...but here is the tricky part...i have a cell with a pull
down option (validation) with a list of different tournaments we run (8
different names), and another cell with a count of people in the tournament
(counted from the list of names), on the second page i have all 8 tournaments
described in colums, (name, day, start time, and payouts for winners), now
that is where the problem starts. all eight tournaments pay different %s for
1st through 10th place and it also depends on if we have 50 or more people in
the tournament...so this is 16 different % payout tables listed on second
page. I have only one payout table on 1st page and want the table to switch
to right % based on which tournament is selected from pull down box and also
how many people are in it (more or less than 50), so i was doing fine with
nested if's and was just gonna do that for all 16 combinations till i ran
into the 7 function rule. People have suggested Vlookups and Hlookups but i
dont know how this would help since i have to ask it if it was this
tournament with this many people the payout table would look like this....I
know this is alot to comprehend...appreciate any ideas...thanks.
  #2  
Old December 29th, 2006, 01:45 PM posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
 
Posts: 6,167
Default 7 function rule cont.


I'm still not sure what you want but you can have ifs within lookup tables
example only
=vlookup(a2,if(a350,table2,table1),if(a4=3,3,2),f alse)
--
Don Guillett
SalesAid Software

"HELPME" wrote in message
...
ok everyone asked for more details, so here they are...good luck and
thanks
for helping. Specifically i have a two page workbook, on the first page
is a
registration table for tournaments including name, address, phone number,
etc...simple stuff...but here is the tricky part...i have a cell with a
pull
down option (validation) with a list of different tournaments we run (8
different names), and another cell with a count of people in the
tournament
(counted from the list of names), on the second page i have all 8
tournaments
described in colums, (name, day, start time, and payouts for winners), now
that is where the problem starts. all eight tournaments pay different %s
for
1st through 10th place and it also depends on if we have 50 or more people
in
the tournament...so this is 16 different % payout tables listed on second
page. I have only one payout table on 1st page and want the table to
switch
to right % based on which tournament is selected from pull down box and
also
how many people are in it (more or less than 50), so i was doing fine with
nested if's and was just gonna do that for all 16 combinations till i ran
into the 7 function rule. People have suggested Vlookups and Hlookups but
i
dont know how this would help since i have to ask it if it was this
tournament with this many people the payout table would look like
this....I
know this is alot to comprehend...appreciate any ideas...thanks.



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:25 PM.


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