Closed Thread
Results 1 to 5 of 5

#Value Error Still Not Solved

  1. #1
    Forum Mmeber
    Join Date
    01-29-2011
    Location
    Illinois
    MS-Off Ver
    Excel 2007
    Posts
    5

    #Value Error Still Not Solved

    Hello I am new and need some help please

    I have a sheet say cell A1 and I wish to populate cell a20 with the value in cell a1 which will do some simple math cell e1 will be a20 x b20 however if there is no value in a1 than it comes up with value error so how can I fix that. Isnt is some kind of if = than that value else zero
    Last edited by bbheli; 01-30-2011 at 09:50 AM. Reason: Admin Told Me it was wrong

  2. #2
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Help With Formula

    =IF(A1="","",A20*B20) not sure what you using to do the mupliplying, but it's the Asterix from the numeric you want. This will leave a blank if there's no value in A1
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

  3. #3
    Forum Mmeber
    Join Date
    01-29-2011
    Location
    Illinois
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Help With Formula - Still not solved

    Quote Originally Posted by scottylad2 View Post
    =IF(A1="","",A20*B20) not sure what you using to do the mupliplying, but it's the Asterix from the numeric you want. This will leave a blank if there's no value in A1
    This returns an answer false. Let me better explain what I am trying to do.

    I'm making a commission calculator where sales people can enter qty in front of item but unless each item has a zero in the quantity field I get a value error. So
    A B C
    QTY Commission Total
    A1 B1 A1*B1 (this returns value if one of the rows has blank vs a zero


    Sum c1..c50)

    Therefore the sum of colum C is not totaled because it shows a value error.


    A42 is a repeat of the above. A 42 will get populated by A1 value and C42 will show the total from C1. the reason is a hidden sheet to do the calculations and sales reps only see final answer
    My goal is to not have to have all zeros in the row a and avoid the #value error in C, I want users to only have to enter a QTY in row A not zero in each non used field
    Last edited by bbheli; 01-30-2011 at 09:06 AM. Reason: clear up

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Help With Formula

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  5. #5
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: #Value Error Still Not Solved

    It's still wrong. Thread closed try again

Closed 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