+ Reply to Thread
Results 1 to 5 of 5

making my error message show a blank cell when printed

Hybrid View

jimsake01 making my error message show... 12-08-2015, 02:42 PM
ben_hensel Re: making my error message... 12-08-2015, 03:14 PM
jimsake01 Re: making my error message... 12-08-2015, 04:12 PM
ben_hensel Re: making my error message... 12-08-2015, 04:20 PM
jimsake01 Re: making my error message... 12-08-2015, 04:30 PM
  1. #1
    Registered User
    Join Date
    12-07-2015
    Location
    US
    MS-Off Ver
    12.3.6 for mac
    Posts
    13

    making my error message show a blank cell when printed

    I am using two drop down boxes to determine a end value that is the weight for a work out. the first box is the category (upperbody, lowerbody, etc) that the determines which list is set in another cell in a drop down box. so if lower body is set in the first box, only my list of lower body movements show up. This works great thanks to some help I got recently on the forum.

    The problem I am facing is that I expect some lifts like squat to plug into a formula and return a weight based on a percentage calculation. When I choose a lift that is not based on a percentage calc. It shows an error (rightfully so).

    What I need is that cell to show up blank so my students can write the weight in that they used on those types of lifts.

    What I tried: I tried conditional formatting so that formula =ISERROR(reference) turns text white. The problem is the text stays white even when I change the drop down box to a value that returns a number.

    since within the formula there is always a chance for an error to be returned is there a way to set the format for only what is showing up and not every possible outcome.

    Thank you for the reading and thank you for the help!
    Attached Files Attached Files

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: making my error message show a blank cell when printed

    You don't need to bother with Conditional Formatting, just wrap the existing formula in the cell with an errorchecker to return a null string, like so:

    =IFERROR(calculation, "")
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

  3. #3
    Registered User
    Join Date
    12-07-2015
    Location
    US
    MS-Off Ver
    12.3.6 for mac
    Posts
    13

    Re: making my error message show a blank cell when printed

    still having trouble. Here is the calculation.
    =INDIRECT(A8)*C10

    How would it look using the error checker
    =IFERROR(calculation, "")

    If there is an error will this just leave it blank? thanks a ton!!!

  4. #4
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: making my error message show a blank cell when printed

    =IFERROR( INDIRECT(A8) *10, "")
    try that.

  5. #5
    Registered User
    Join Date
    12-07-2015
    Location
    US
    MS-Off Ver
    12.3.6 for mac
    Posts
    13

    Thumbs up Re: making my error message show a blank cell when printed

    That worked perfectly thank you for following up!!!

+ 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. making my error message show a blank cell when printed
    By jimsake01 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-09-2015, 03:25 PM
  2. Replies: 9
    Last Post: 03-02-2014, 08:47 PM
  3. Macro to show a message box if even one cell in a row is blank
    By patsdavixen in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-02-2013, 12:09 PM
  4. [SOLVED] If one cell contains #, & other cell is blank, show message & require blank be resolved
    By jonvanwyk in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 06-19-2012, 02:23 PM
  5. [SOLVED] Setting up if cell is blank don't continue... and show a message.
    By Cyberpawz in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-16-2012, 10:04 AM
  6. Excel 2007 : Making a cell blank or show message
    By Northsea Medic in forum Excel General
    Replies: 3
    Last Post: 03-22-2009, 04:13 PM
  7. Making blank cells show a error (Customizeable errorr)
    By Marc69 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 11-15-2006, 08:15 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