+ Reply to Thread
Results 1 to 6 of 6

IF formula to populate when criteria is met

  1. #1
    Forum Contributor
    Join Date
    11-11-2011
    Location
    London, England
    MS-Off Ver
    EXCEL 2013
    Posts
    324

    IF formula to populate when criteria is met

    Hi All

    This is second post of the day

    If the business turnover (column A) is blank, and the channel is SE0 then populate column C with “321607.1”

    If the channel is PPC then populate column C with 1175000, However if there is a business turnover for both SE0 and PPC then return the value in column A

    Would appreciate any help Available
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: IF formula to populate when criteria is met

    Not sure..maybe try

    =IFERROR(IF(AND(A2="",B2="SE0"),321607.1,IF(B2="PPC",1175000,A2)),"")

    Else, what are your expecetd results?
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: IF formula to populate when criteria is met

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Forum Contributor
    Join Date
    11-11-2011
    Location
    London, England
    MS-Off Ver
    EXCEL 2013
    Posts
    324

    Re: IF formula to populate when criteria is met

    Hi Ace_Xl

    Thank you for your swift response
    I think your formula will work i just need it tweaked a little.
    How can i edit your formula to say if (column A) is blank and its not either SE0 Or PPC then produce a zero ?

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: IF formula to populate when criteria is met

    Try

    =IFERROR(IF(AND(A2="",B2="SE0"),321607.1,IF(B2="PPC",1175000,A2)),0)

  6. #6
    Forum Contributor
    Join Date
    11-11-2011
    Location
    London, England
    MS-Off Ver
    EXCEL 2013
    Posts
    324

    Re: IF formula to populate when criteria is met

    Ace_Xl

    You are a gem

+ 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