+ Reply to Thread
Results 1 to 6 of 6

Quick Help With A Cell Formula Issue

  1. #1
    Registered User
    Join Date
    11-10-2015
    Location
    NC
    MS-Off Ver
    Office 2010
    Posts
    7

    Quick Help With A Cell Formula Issue

    I'm hoping someone here can help me with this issue. I will first describe what my goal is, and then how I've tried to accomplish it.

    1. I need 2 (or more) cells to display information converted to different units
    -example: first cell is in lbs, second cell is in kg
    2. I need to be able to enter a number in 1 cell and have the other cell convert to it's units
    -example 1: enter 70 kg into first cell, second cell displays 154 lbs
    -example 2: enter 154 lbs into first cell, second cell displays 70 kg



    I tried using the following formula, but it's not working out.

    =IF((F16="kg"),(F16*2.2" lbs"), IF((F16="lbs"),(F16/2.2" kg")))

    In this case, I'm entering "70 kg" into the first cell, and expecting "154 lbs" to display in the second cell.


    Any help is greatly appreciated. If I need to explain further, I will.

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Quick Help With A Cell Formula Issue

    Your formula as written can't work. I suspect the correct version maybe something like this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by AlKey; 11-10-2015 at 05:37 PM. Reason: Updated formula by adding TEXT function to limit number of decimals to 2
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    11-10-2015
    Location
    NC
    MS-Off Ver
    Office 2010
    Posts
    7

    Re: Quick Help With A Cell Formula Issue

    Quote Originally Posted by AlKey View Post
    Your formula as written can't work. I suspect the correct version maybe something like this:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Thank you! Much appreciated!

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Quick Help With A Cell Formula Issue

    You're welcome. Please don't forget to thank those who helped by clicking on Add Reputation * and please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

  5. #5
    Registered User
    Join Date
    11-10-2015
    Location
    NC
    MS-Off Ver
    Office 2010
    Posts
    7

    Re: Quick Help With A Cell Formula Issue

    Will do. One more quick question though. is it possible to have both cells be able to accept a numerical value for the other to convert? Think of a simple converter that only has two fields side by side. One is kg and the other is lbs. Whichever field you enter a number into, the other field displays the number in it's units. Is this possible?

  6. #6
    Valued Forum Contributor unit285's Avatar
    Join Date
    10-29-2015
    Location
    TN
    MS-Off Ver
    Office 365
    Posts
    358

    Re: Quick Help With A Cell Formula Issue

    I'm no expert by any means but from my standpoint there would be no way to do that without using a Macro.. You could do something like this:
    Put the following formula into C1 and then input your value into A1 and your measurement (KG or LBS) into B1

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Quick IF Function issue
    By Gary687 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-13-2015, 06:24 PM
  2. Replies: 6
    Last Post: 10-23-2014, 01:47 AM
  3. Replies: 13
    Last Post: 10-25-2012, 04:20 PM
  4. Excel Quick Selection Bar Issue
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-24-2012, 12:11 PM
  5. [SOLVED] Issue - Post Quick Reply and Go Advanced Toolbar buttons not visible
    By ConneXionLost in forum Suggestions for Improvement
    Replies: 23
    Last Post: 02-17-2012, 10:53 AM
  6. Replies: 2
    Last Post: 11-23-2010, 11:17 AM
  7. Quick calculation issue - hope you can help
    By liverpoolphil in forum Excel General
    Replies: 5
    Last Post: 08-13-2009, 07:56 AM

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