+ Reply to Thread
Results 1 to 4 of 4

Remove part of a calculation from a formula

  1. #1
    Registered User
    Join Date
    10-01-2019
    Location
    NJ, USA
    MS-Off Ver
    Office 365
    Posts
    6

    Remove part of a calculation from a formula

    How to I adjust the following forumula to stop cell AL3 from factoring in AP1?

    =IF(B10="N/A",0,IF(OR('Client Information'!$E$16="Canada",'Client Information'!$I$16="Canada"),IF(P10<$AL$2,P10*$AL$3*((1+$AP$1)^(A10-$A$9)),$AL$2*$AL$3*((1+$AP$1)^(A10-$A$9))),"N/A"))

  2. #2
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,908

    Re: Remove part of a calculation from a formula

    Do you mean:

    =IF(B10="N/A",0,IF(OR('Client Information'!$E$16="Canada",'Client Information'!$I$16="Canada"),IF(P10<$AL$2,P10*$AL$3,$AL$2*$AL$3),"N/A"))
    Rory

  3. #3
    Registered User
    Join Date
    10-01-2019
    Location
    NJ, USA
    MS-Off Ver
    Office 365
    Posts
    6

    Re: Remove part of a calculation from a formula

    Close - however I still need AL2 to factor in AP1 though....

  4. #4
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,908

    Re: Remove part of a calculation from a formula

    Put the last part back as it was then:

    =IF(B10="N/A",0,IF(OR('Client Information'!$E$16="Canada",'Client Information'!$I$16="Canada"),IF(P10<$AL$2,P10*$AL$3,$AL$2*$AL$3*((1+$AP$1)^(A10-$A$9))),"N/A"))

+ 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] Remove part of a formula from multiple cells
    By blinhart in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-12-2018, 04:37 PM
  2. [SOLVED] RFT% needs to be part of formula calculation
    By pmw19800 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-28-2018, 09:17 AM
  3. [SOLVED] Formula to remove 0's from part of a text string
    By The_Snook in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 11-15-2017, 09:27 AM
  4. remove part of a formula based on surrounding characters
    By simarui in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-14-2014, 12:22 PM
  5. [SOLVED] Remove part of the formula
    By A_K in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-08-2013, 11:15 AM
  6. How to remove part of a formula in multiple cells
    By bquality in forum Excel General
    Replies: 1
    Last Post: 06-21-2012, 03:12 PM
  7. Remove Last Part of Formula.
    By johncena in forum Excel General
    Replies: 7
    Last Post: 02-20-2010, 07:59 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