Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jspearm
 
Posts: n/a
Default Profit only if B2=33 and C2=18, please help

In tracking performance of different tournaments, I want to know my results
based on the buyin and number of players in the tournament. I have more info
in the rows, but I only want to know my profit if there were 18 players, and
the buyin was 33. And in another cell, the profit if Buyin was 33 with 9
players, and so on. (there are more buyins and numbers but this will be
easier)

B2=33
B3=33
B4=33
C2=18
C3=18
C4=9

Any help would be greatly appriciated. Im using office 2003
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers
 
Posts: n/a
Default Profit only if B2=33 and C2=18, please help

Something like:

=If(And(b2=33,c2=18),"calc profit","else do ??")

=If(And(b2=33,c2=9),"calc profit","else do ??")

Copy these down the required columns.


"Jspearm" wrote:

In tracking performance of different tournaments, I want to know my results
based on the buyin and number of players in the tournament. I have more info
in the rows, but I only want to know my profit if there were 18 players, and
the buyin was 33. And in another cell, the profit if Buyin was 33 with 9
players, and so on. (there are more buyins and numbers but this will be
easier)

B2=33
B3=33
B4=33
C2=18
C3=18
C4=9

Any help would be greatly appriciated. Im using office 2003

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



All times are GMT +1. The time now is 05:02 PM.

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"