+ Reply to Thread
Results 1 to 5 of 5

V-Lookup/IF Statement Question! Help Please!

  1. #1
    Registered User
    Join Date
    08-08-2014
    Location
    NY
    MS-Off Ver
    2016
    Posts
    12

    Unhappy V-Lookup/IF Statement Question! Help Please!

    Hello All,

    Having some trouble figuring out how to create a formula for my spreadsheet that I will show below.

    See attached DOC

    What I am trying to do is for
    -COL C (Total Units) to only add Impressions ONLY IF the Rate Type (COL D) reads as "CPM"
    -COL C (Total Units) to only add Clicks ONLY IF the Rate Type (COL D) reads as "CPC"

    In the example above, I would not want COL C to include Impressions because it states "CPC" {Cost Per Click}

    My first thought is to have a IF statement formula but I am not sure if that will work.

    Help Please!
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by gonoles98; 08-21-2014 at 02:58 PM.

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: V-Lookup/IF Statement Question! Help Please!

    Hi,

    Please post a sample template of your workbook using "Go Advanced" option.

  3. #3
    Registered User
    Join Date
    08-08-2014
    Location
    NY
    MS-Off Ver
    2016
    Posts
    12

    Re: V-Lookup/IF Statement Question! Help Please!

    Hello,

    I have attached a sample template of my issue!

    Thank you!!

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: V-Lookup/IF Statement Question! Help Please!

    Hi,

    Please try the following formula in C2 (sample attached).

    =IF(D2="CPC",B2,IF(D2="CPM",A2,""))
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    08-08-2014
    Location
    NY
    MS-Off Ver
    2016
    Posts
    12

    Re: V-Lookup/IF Statement Question! Help Please!

    You are amazing!

    Thank you!!!

    #ExcelGawds

+ 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] Lookup question matching part of lookup value in the table array
    By kosmo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-05-2013, 11:07 AM
  2. Have question about using .find statement and brackets around After:= statement
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-09-2011, 03:28 PM
  3. Lookup Question - Possible to match if the cell *contains* the lookup value?
    By AdamParker in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-15-2011, 03:30 PM
  4. [SOLVED] LOOKUP question-s it possible to have LOOKUP do a calculation in the array?
    By Bob S in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-12-2006, 09:30 AM
  5. IF Statement or Lookup?
    By CreeperKat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-17-2005, 08:55 PM

Tags for this Thread

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