+ Reply to Thread
Results 1 to 3 of 3

Alternate entry when multiplier is 0

  1. #1
    Registered User
    Join Date
    01-19-2010
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2013
    Posts
    12

    Alternate entry when multiplier is 0

    Hi and sorry if that Title isn't clear.

    I need a formula (I think probably in the IF/OR area?) whereby the result in one cell (C3) is the result of multiplying two other cells (C2 x B3) - simple right?
    What I need though is to not do the calculation if C2 is 0, rather to just insert the value of B3.

    So in the attached I need C7 to be 2 and C8 to be 6 etc, i.e. start the running total again after a 0 entry

    Thanks
    blue
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,910

    Re: Alternate entry when multiplier is 0

    Try this in C2:

    =IF(N(C1)=0,B2,C1*B2)

  3. #3
    Registered User
    Join Date
    01-19-2010
    Location
    Canberra, Australia
    MS-Off Ver
    Excel 2013
    Posts
    12

    Re: Alternate entry when multiplier is 0

    Perfect! 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. Value * Multiplier > SUM of all Values - but I only know the Multiplier
    By gibrinel in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-31-2020, 08:04 AM
  2. Countif Multiplier?
    By djnoyze in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-05-2019, 12:10 PM
  3. [SOLVED] Conditional multiplier
    By drgkt in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-10-2019, 06:34 AM
  4. [SOLVED] Range Multiplier
    By nickydharia in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-11-2014, 12:07 PM
  5. Can i add a multiplier in a Sumif?
    By HUNTXTRM in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 02-26-2014, 08:17 PM
  6. Excel 2007 : IF multiplier
    By Martin Chamberlin in forum Excel General
    Replies: 7
    Last Post: 06-05-2011, 03:53 PM
  7. Calculating order entry times with a multiplier
    By Apel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-17-2009, 02:22 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