+ Reply to Thread
Results 1 to 2 of 2

Question on If Formula

  1. #1
    Registered User
    Join Date
    07-03-2013
    Location
    US
    MS-Off Ver
    Excel 2003
    Posts
    4

    Question on If Formula

    Below is my formula that I am using right now. One thing I would like to add is this,

    I want the formula to check first if G1617 is blank then it should reference Cell in colum T1671 and then follow the remaining formula of multipling Q1671-H1671 (not sure how to embed this in the formula).


    =IF(H1671>0,"",IFERROR(IF(G1671*Q1671<H1671,0,G1671*Q1671-H1671),0))

    Thank you for your help in advance!!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,110

    Re: Question on If Formula

    = if( g1617="", t1671, if(h1671>0,"",iferror(if(g1671*q1671<h1671,0,g1671*q1671-h1671),0)))
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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