Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
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.



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
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 03:18 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"