+ Reply to Thread
Results 1 to 3 of 3

Creating a Purchase Order workbook, stuck with #VALUE!

  1. #1
    Registered User
    Join Date
    03-14-2017
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    20

    Angry Creating a Purchase Order workbook, stuck with #VALUE!

    Good Afternoon,
    Slight problem...

    I am using this code: =IF(M21*N20 < 1, "", SUM(M21*N20))

    N20 is 25.00% in Excel 2016 and M21 is the LINE total. However, unless I have a value in LINE it'll only show #VALUE! instead of NOTHING.

    Ideally,
    I am trying to aim for if no value present, don't show anything.

    I have attached the Purchase Order.xlsm (I have a single macro so far in the workbook) here,
    Please let me know what I am doing wrong? I have spent hours researching what's and why's and cannot work it out.

    Thank you,
    TechXcellent
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Creating a Purchase Order workbook, stuck with #VALUE!

    Hi techxcellent,

    Have you tried:

    =IFERROR(IF(M21*N20 < 1, "", SUM(M21*N20)),"")
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    03-14-2017
    Location
    Australia
    MS-Off Ver
    Office 365
    Posts
    20

    Re: Creating a Purchase Order workbook, stuck with #VALUE!

    Quote Originally Posted by MarvinP View Post
    Hi techxcellent,

    Have you tried:

    =IFERROR(IF(M21*N20 < 1, "", SUM(M21*N20)),"")

    It worked beautifully.
    Thank you.

+ 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] Populate my Purchase order from a list of Purchase Order numbers and their details
    By Carolbell44 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-11-2015, 07:14 AM
  2. Macro Reqd to update Purchase order log, everytime a new purchase order is made
    By manthankanabar in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-23-2012, 01:47 AM
  3. creating a contractor purchase order
    By ondagreen in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-24-2011, 02:44 PM
  4. creating numbered purchase order forms
    By tekneck in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-11-2008, 04:05 AM
  5. Creating a Purchase Order
    By jamie_2_fingers in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-19-2007, 10:02 AM
  6. Creating a Purchase Order Form
    By Fordy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-11-2006, 01:50 PM
  7. [SOLVED] Creating Purchase Order on Excel
    By moni009 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-16-2005, 09:06 PM

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