LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Correct format for linking a workbook and a formula

for the Round, try this and maybe it'll give you a hint on your MROUND problem:

=ROUND([Book1]Sheet1!$B$1*1.03,0)-0.02
This rounds to the nearest integer (whole dollar) and then subtracts .02
from that result. the ,0 of the Round function says to do the rounding to
integer. You had your () placed wrong in the ROUND - and it's probably
killing you again in the MROUND() - I haven't messed with it yet.

"Mark4253" wrote:

Thanks again to everyone who supplied me with the proper formulas for
increasing my company's pricing 3% then rounding off to the nearest 48 or 98
cents. The next issue I have is linking one workbook to another to actually
increase the new pricing. I've written the following formulas for linking
the workbooks and increasing the prices as above but I can't get the right
format. I've tried several variations of this but still no luck.

=ROUND'[Price List.xls]APP'! (A1*1.03)-0.02 I want this formula to increase
pricing 3% and then round to the nearest 98 cents.

=MROUND(ROUND [Price List.xls]APP'! (A1*1.03,2)+0.02,0.5)-0.02 I want this
formula to increase pricing 3% and then round to the nearest 48 or 98 cents.

If someone can tell me what I'm doing wrong and supply me with the correct
format for these formulas to work, I'd greatly appreciate it. Thanks.

--
Mark

 
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 with excel ? ChrisB Excel Discussion (Misc queries) 14 December 30th 06 12:31 AM
SUMPRODUCT trouble Greg Snidow Excel Worksheet Functions 14 November 20th 06 09:42 PM
copy with format horst New Users to Excel 16 September 25th 06 09:43 PM
Copying formula to another workbook See Excel Worksheet Functions 3 January 27th 06 07:03 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 12:33 AM.

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"