Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > 2+2 Communities > Other Other Topics
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-12-2004, 10:42 AM
young nut young nut is offline
Senior Member
 
Join Date: Jul 2004
Posts: 157
Default Need some help with Excel

Hola chicos,

I am trying to put together a spreadsheet for tracking my SNG progress. I know most of the basic forumulas in excel, but there is one forumula I cannot find for the certain use I need.

I am trying to reference a value from a payout table. For example, the payouts for a 5+1 SNG are 1-25 2-15 3-10 4...10-0

In my chart I have a column that tells me what place I finished in the sit and go. But I need a forumula that recognizes that place and puts a value for it in the next column. So I guess it would be a forumula that references the payout structure and puts a value in that corresponds to my finishing place.

I appreciate the help with this, I realize I have much to learn about excel. Thanks in advance for the help.
Reply With Quote
  #2  
Old 10-12-2004, 10:56 AM
ThaSaltCracka ThaSaltCracka is offline
Senior Member
 
Join Date: Sep 2003
Location: Seattle, WA
Posts: 983
Default Re: Need some help with Excel

in case you are curious, Aleo Mageus has created an excel spreadsheet for his SnG progress, and I believe anyone can download it from him. Go look in the One Table Tournament forum for his spreadsheet.
Reply With Quote
  #3  
Old 10-12-2004, 12:46 PM
bwana devil bwana devil is offline
Member
 
Join Date: Feb 2004
Location: austin
Posts: 85
Default Re: Need some help with Excel

=IF(A1=1,25,IF(A1=2,15,IF(A1=3,10,)))

A1 cell holds the place you finished. change the cell number accordingly.
Reply With Quote
  #4  
Old 10-12-2004, 11:08 PM
CrazyEyez CrazyEyez is offline
Member
 
Join Date: Sep 2003
Location: 8th time\'s the charm
Posts: 74
Default Re: Need some help with Excel

Use "vlookup."

First create a table with the places/payouts. For example:
A1:A10 lists the finishing position (1, 2, 3, etc).
B1:B10 lists the payouts ($25, $15, $10, etc).

Now in cell D1, type the place you finished for a particular tourney, like 3 (3rd). Now for the cell where you want the payout value to populate, here's your formula:

=vlookup(D1,A1:B10,2,false)

It's much easier to make adjustments using this format rather than "if" statements. Also, you can easily make multiple grids for multiple SNG buy-in amounts.

If you want, I can do an actual example and email it to you. PM me with your address if interested.
Reply With Quote
  #5  
Old 10-12-2004, 11:09 PM
Dynasty Dynasty is offline
Senior Member
 
Join Date: Sep 2002
Location: Las Vegas
Posts: 4,044
Default Re: Need some help with Excel

How dare you bump this Excel thread to the top whle the Red Sox - Yankees game is going on. [img]/images/graemlins/blush.gif[/img]
Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 05:41 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.