Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default calculating wanted cash from overlimit dealing in stock market.

Bismillah

Hi everyone, I have a little problem here with excel, I hope i can
find someone to help with it.

Now let us say that we have a portfolio that deals with more than on
broker, buying selling and so on, at the end of day we receive 2 or 3
reports from these brokers, and we discover that we used more cash than
we deposited in the stock market, how can we create a formula for the
following:




B/S Balance Wanted cash

(63,000.000) (63,000.000) (63,000.000)
12,600.000 (50,400.000) (63,000.000)
(40,000.000) (90,400.000) (90,400.000)
10,000.000 (80,400.000) (90,400.000)
12,000.000 (68,400.000) (90,400.000)
(80,000.000) (148,400.000) (148,400.000)


Now the day started short with 63,000 if there is more buying it will
accumulate but the moment we sell the wanted cash will be fixed, but if
we start buying again and the balance is more than the wanted cash as
seen then the wanted cash will be same as balance (90,400.000), and so
on and it will be fixed in the wanted cash and it will not change if
there is a selling like in the balance.

I used a formula which gave me the lowest amount in the balance which
is the wanted cash but this formula will fix the lowest amount from
cell one to the end. is there a way to fix the amount and add to it if
the balance is higher than wanted cash.

The formula i used was =MIN($F$7:$F$400) I want the result to appear
as in column 3

Help anyone :)

Thankyou in advance

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 418
Default calculating wanted cash from overlimit dealing in stock market.

Wafa wrote:
B/S Balance Wanted cash

(63,000.000) (63,000.000) (63,000.000)
12,600.000 (50,400.000) (63,000.000)
(40,000.000) (90,400.000) (90,400.000)
10,000.000 (80,400.000) (90,400.000)
12,000.000 (68,400.000) (90,400.000)
(80,000.000) (148,400.000) (148,400.000)


I think the formula for "Wanted Cash" can be one of the following
(assuming the first -63000 line is row 3 and "Wanted Cash" is column
C):

C3: =IF(A3<0, SUM($A$3:A3), C2)

C3: =if(A3<0, B3, C2)

Copy down column C as needed. The first formula allows you to avoid
the "Balance" column. But since I suspect the "Balance" column is
useful to you, the second formula is the more efficient and
straight-forward, IMHO.

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
Is this possible [email protected] Excel Worksheet Functions 2 June 30th 06 10:50 PM
Stock Market data issue orangedays Excel Discussion (Misc queries) 3 April 21st 06 01:10 PM
Stock Market Challenge mevetts Excel Discussion (Misc queries) 7 January 17th 06 08:55 PM
Calculating market growth rates Sean Haffey Excel Worksheet Functions 5 December 21st 05 01:12 AM
access stock market quotations Buzz Bennett Excel Worksheet Functions 3 February 9th 05 01:40 PM


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