+ Reply to Thread
Results 1 to 5 of 5

Calculation issues

  1. #1
    Registered User
    Join Date
    07-29-2009
    Location
    Ireland
    MS-Off Ver
    Excel 365
    Posts
    54

    Calculation issues

    Could somone please help me? im trying to make a order form for my work and on my order form i have numbers and text in the same cell but i have more than one cell. i have calculated them up with the =LEFT(A1,1)*1 but as there are more cells when i remove any of them items it gives me #VALUE!. Is there any way i can do this?

    I have atteched a sample

    it would be greatly appricated
    Attached Files Attached Files
    Last edited by mattless1; 08-08-2009 at 01:13 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: problems problems problems

    Matt, you've already got infractions on you for not following the forum rules. Try to fix your thread title before your get infracted again.

    The rules make the forum EASY for people to research data for themselves. "Problems Problems Problems" makes your thread pointless for others. Fix your title, dude.

    And the duplicate posts...ouch.
    http://www.excelforum.com/excel-gene...on-issues.html

    Meanwhile, your issue is an easy one, so we can help pretty fast once you fix that title.

    Read the Forum Rules.
    Last edited by JBeaucaire; 08-08-2009 at 01:08 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    07-29-2009
    Location
    Ireland
    MS-Off Ver
    Excel 365
    Posts
    54

    Re: Calculation issues

    Sorry new to all this. not sure how i'm mean't to word things.

    Tryied the example you gave me it works fine, but if i take one away it does not reduce the number.

    Big thanks you for helping me
    Last edited by mattless1; 08-08-2009 at 01:21 PM. Reason: wrong spelling

  4. #4
    Registered User
    Join Date
    07-29-2009
    Location
    Ireland
    MS-Off Ver
    Excel 365
    Posts
    54

    Re: Calculation issues

    Sorry again it works great my mistake. sorry for messing you about. I bet you hatepeople like me?

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Calculation issues

    The solution I suggest is:

    =IF(LEN(A2),LEFT(A2,1)*1,0)+IF(LEN(B2),LEFT(B2,1)*1,0)+IF(LEN(C2),LEFT(C2,1)*1,0)+IF(LEN(D2),LEFT(D2,1)*1,0)

    Not very elegant, but at least it works.

    ========
    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].


    ======
    (Also, use the blue "scales" icon in our posts to leave Reputation Feedback, it is appreciated)

+ 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