Jump to content
SubSpace Forum Network

Recommended Posts

Posted

Ok I made a spreadsheet to keep track of bets and profits from those bets.

 

I'm trying to get the "Most Profitable Event" and "Most Bets" calculated. Row D lists the Events and K lists the Profits from that bet.

 

What formula can I do to get the most profitable event? i.e. if I've made $20 from baseball events and $5 from football events, "Most Profitable Event" should show "baseball". But I don't know what formula I need.

 

To help I posted a screenshot of the excel sheet.

 

 

http://www.freakmonger.net/imgs/bookie1.jpg

Posted
Use the SUM.IF thing; You'll have to make a SUM.IF to sum the baseball events, another for football, etc. , then you can use a max() to get the most profitable one (though this will give you the amount of $, not the event name), but then you can probably use one of the Find functions to get the name of the event written beside that number.
Guest Positron
Posted (edited)

This might help, but im not quite sure it does what you want it to do.

Find the max then find the row of the most profitable event.

 

ROW( MAX( cellrange ))

then have it put in the COLUMN number of wherever the event is posted. Not quite sure how to do that.

 

Or do you want to total each event then find which one is most profitable? or do you want to return the event which had the most profit?

Edited by Positron

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...