LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Creating a formula

With this table in cells A1:B2
BundleSize____25
Extras________3

Try something like this:

A4: Needed
B4: (route delivery count)

A5: Stock Amount

This formula returns the number of bundles and loose papers to stock:
B5: =INT((B4+B2)/B1)&" BUNDLES AND "&MOD(B4+B2,B1)&" LOOSE"

Example:
B4: 76
B5 returns: 3 BUNDLES AND 4 LOOSE

Is that something you can work with?
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)

"TckyTina" wrote in message
...
I want to build a formula for a newspaper company. Their bundle size is 25
papers per bundle and deliveries might have 3 bundles + 3 loose
newspapers.
How do I create a formula to show this? They want to use this for people
who
are getting bundles ready for delivery - but do not want to use a decimal
system. Please let me know any ideas.



 
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
Creating a formula JonathanW Excel Worksheet Functions 1 March 15th 07 05:06 AM
I need help creating a formula jenn Excel Worksheet Functions 12 January 12th 07 02:35 PM
Creating a formula Pat Excel Discussion (Misc queries) 5 December 21st 06 06:59 PM
Creating a new formula vanchi233 New Users to Excel 3 February 10th 06 02:04 AM
Creating an If formula. Desperatly Trying Excel Discussion (Misc queries) 2 August 31st 05 03:46 PM


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