+ Reply to Thread
Results 1 to 3 of 3

Calculation in a single cell with text remarks

  1. #1
    Registered User
    Join Date
    12-21-2010
    Location
    Finland, Pirkanmaa
    MS-Off Ver
    Excel 2007
    Posts
    7

    Calculation in a single cell with text remarks

    Hi!

    I'm working on a food management system spreadsheet in excel.

    I would like to have calories counted for a food recipe in just one cell.

    The question is, that can I also add text tips to identify the numbers being calculated?

    I would like my cell formula to look like this:

    =tomatoes 200 + potatoes 150 + butter 300

    resulting simply in the answer: 650

    So I don't need the text hints visible in the answer, just in the formula.. Is that possible to do?
    Last edited by NBVC; 12-21-2010 at 09:38 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Calculation in a single cell with text remarks

    To add "notes" in a formula, we can use the N() function... which returns a 0 for text strings, so, in effect, it ignores the text and allows you to put it in the formula itself.

    e.g.

    =N("tomatoes")+200 + N("potatoes")+ 150 + N("butter")+300
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    12-21-2010
    Location
    Finland, Pirkanmaa
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Calculation in a single cell with text remarks

    Cool!

    Thank you very much NBVC!

+ 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