+ Reply to Thread
Results 1 to 2 of 2

Creating Algorithms to solve following...

  1. #1
    Registered User
    Join Date
    02-13-2005
    Posts
    1

    Creating Algorithms to solve following...

    Problem.

    Conversion of a number of ounces to pounds and ounces.

    Inputs:
    Integer value of ounces
    Outputs:
    Input value
    Pound and ounces values

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    << Problem.

    Conversion of a number of ounces to pounds and ounces. >>


    See if this works for you ...

    << Inputs:
    Integer value of ounces >>

    Let's say, you enter this in Cell A1

    << Outputs:
    Input value >>

    Enter in, say, Cell B1: =A1


    << Pound and ounces values >>

    Enter in, say, Cell C1 : =int(A1/16)&" lb "&mod(A1,16)&" oz"
    BenjieLop
    Houston, TX

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1