+ Reply to Thread
Results 1 to 4 of 4

Help - show zero if the word training is in opposite sell?

  1. #1
    Registered User
    Join Date
    08-13-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    2010
    Posts
    6

    Smile Help - show zero if the word training is in opposite sell?

    Hi All,
    I am new to the site and looking forward to learn alot.

    Issue below,

    D6 - Training
    E6 - R433
    G6 - 75%
    I6 - 0%
    Formula in J6 =IFERROR(E6*SUM(I6,G6),"-")

    The formula above is working fine as is, however if the word 'Training' appears in D6, i need J6 to show the numeral 0.

    I hope this explaination is clear, if not, please dont hesitate to reply.

    Thanking all in advance.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help - show zero if the word training is in opposite sell?

    In J6 Cell

    =IF(D6="Training",0,IFERROR(E6*SUM(I6,G6),"-"))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    07-30-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    43

    Re: Help - show zero if the word training is in opposite sell?

    try this =IFERROR(E6*SUM(I6,G6),)&IF(D6="training",0,"-")

  4. #4
    Registered User
    Join Date
    08-13-2014
    Location
    Cape Town, South Africa
    MS-Off Ver
    2010
    Posts
    6

    Re: Help - show zero if the word training is in opposite sell?

    Thank you for the speedy response time "sixthsense" and "globalsourcing"

    *Question answered!

+ 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. Replies: 0
    Last Post: 11-02-2011, 08:47 PM
  2. Excel and Word training CDs
    By 56mylar in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 09-09-2009, 12:17 PM
  3. [SOLVED] Set conditional format to show when a sell contain a formula
    By Gerrit in forum Excel General
    Replies: 9
    Last Post: 02-17-2006, 03:20 PM
  4. [SOLVED] Set conditional format to show when a sell contain a formula
    By Gerrit in forum Excel General
    Replies: 0
    Last Post: 02-15-2006, 05:20 AM
  5. Replies: 0
    Last Post: 02-15-2006, 05: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