+ Reply to Thread
Results 1 to 4 of 4

#value for multiplication when referenced cells contain formulas

  1. #1
    Registered User
    Join Date
    11-20-2013
    Location
    United States
    MS-Off Ver
    MS Office 365
    Posts
    20

    #value for multiplication when referenced cells contain formulas

    Hi all,

    In "Athlete 1" Worksheet

    Column AK under "VL"

    Each box contains a formula to multiply and add together some of the cells contained to the left.

    The problem is there are formulas in the cells to the left that, when left blank, yield a #VALUE error. Is there a way to correct this? It is beyond my scope of understanding unfortunately.

    Thank you for any help you can provide me with! It is appreciated more than you know.

    -Kevinsample.xlsx

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

    Re: #value for multiplication when referenced cells contain formulas

    Hi Carrol,

    This looks like a job for the IfError() function. Try in AK7:

    =IfError(((N7*O7+P7*Q7+R7*S7+T7*U7+V7*W7+X7*Y7+Z7*AA7+AB7*AC7+AD7*AE7+AF7*AG7)/2.2046),"")
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Registered User
    Join Date
    11-20-2013
    Location
    United States
    MS-Off Ver
    MS Office 365
    Posts
    20

    Re: #value for multiplication when referenced cells contain formulas

    Thank you for your quick reply!

    The problem I am having is that I want the cells that contain values to be multiplied and summed up. When using iferror() it will only display as a blank cell. Do you know of a way to do this?

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

    Re: #value for multiplication when referenced cells contain formulas

    OK Kevin,

    Put zero in all those blank places so your formulas don't give an error. If you really need them to look like blanks then do a conditional formatting of those cells. If they equal zero make the font and background white.

    That way your formula will work and still look like a blank when they are zero.

+ 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. Lost track of all formulas and referenced cells
    By mhoude in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-23-2012, 04:08 PM
  2. Formulas not finding referenced data correctly.
    By stevegrobertson in forum Excel General
    Replies: 3
    Last Post: 05-02-2012, 12:43 PM
  3. referenced count formulas..
    By merrick07 in forum Excel General
    Replies: 4
    Last Post: 04-12-2012, 10:54 AM
  4. Dragging Formulas - Skipping Referenced Cells
    By markpratt in forum Excel General
    Replies: 2
    Last Post: 11-03-2011, 10:03 AM
  5. Replies: 2
    Last Post: 01-04-2011, 08:12 PM
  6. Sorting Referenced Cells in VBA and Keeping Them Referenced
    By BrownTeddyBear in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-08-2009, 06:15 AM
  7. Formulas with Referenced Cells
    By masterchibi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-14-2008, 02:29 AM
  8. Replies: 2
    Last Post: 05-17-2005, 10:06 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