Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Stock purchasing SS formula help needed.


Maybe a very basic point here but here goes.

I have £2000 to buy stock @£0.74 per item.

I am trying to make a formula that shows cost.

Example....

Money = £2000
Cost = £0.74
Units = 2702,702702702702.... Of course units come in whole amounts
so...
Units = 2702 (A. How can I make it average down to 2702)

Now, the second and most important problem I have.....

Total Cost = 2702*£0.74

BUT WHEN I DO THIS, it brings me back to £2000 instead of 1999.48.

How can I fix these issues?

Thanks


--
Madridbear
------------------------------------------------------------------------
Madridbear's Profile: http://www.excelforum.com/member.php...o&userid=37645
View this thread: http://www.excelforum.com/showthread...hreadid=572563

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Stock purchasing SS formula help needed.

=INT(A1/B1) or =ROUNDDOWN(A1/B1,0)

where A1=2000
B1=0.74

For total cost, format cell to Currency (or Decimal) with 2 decimal places

HTH

"Madridbear" wrote:


Maybe a very basic point here but here goes.

I have £2000 to buy stock @£0.74 per item.

I am trying to make a formula that shows cost.

Example....

Money = £2000
Cost = £0.74
Units = 2702,702702702702.... Of course units come in whole amounts
so...
Units = 2702 (A. How can I make it average down to 2702)

Now, the second and most important problem I have.....

Total Cost = 2702*£0.74

BUT WHEN I DO THIS, it brings me back to £2000 instead of 1999.48.

How can I fix these issues?

Thanks


--
Madridbear
------------------------------------------------------------------------
Madridbear's Profile: http://www.excelforum.com/member.php...o&userid=37645
View this thread: http://www.excelforum.com/showthread...hreadid=572563


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Stock purchasing SS formula help needed.


Supposing 2702.702703 is in cell A3
you should use =FLOOR(A3,1) that will result in 2702
that can be multiplied by 0.74 to give 1999.48


--
raypayette


------------------------------------------------------------------------
raypayette's Profile: http://www.excelforum.com/member.php...o&userid=29569
View this thread: http://www.excelforum.com/showthread...hreadid=572563

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
IF-THEN Formula help needed Brandty123 Excel Worksheet Functions 7 July 7th 06 12:05 AM
Formula needed Excel Worksheet Functions 2 November 25th 05 05:07 PM
Formula Help Needed BDY Excel Discussion (Misc queries) 3 October 26th 05 05:35 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Multipart formula needed Barb Excel Worksheet Functions 2 February 24th 05 01:03 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"