+ Reply to Thread
Results 1 to 2 of 2

Extension of IFERROR/VLOOKUP formula help needed.

  1. #1
    Registered User
    Join Date
    04-17-2014
    Location
    Bristol, England
    MS-Off Ver
    Excel 2010
    Posts
    12

    Extension of IFERROR/VLOOKUP formula help needed.

    Hi there,

    If you could please look at the tab "Publisher sumif summary" and at the "Q" column. There is already a formula in place which returns a number from column B in the "Publisher Control Sheet".

    If you look at Column B in the "publisher control sheet", you can see that for some of the companies in column A there is no number. Instead, there is a number in Column C where there is no number for column B.

    The problem at the moment is that I don't know how to get the data from Column C factored into the equation, which I will describe below

    Essentially, i need the formula in the Q column of the "Publisher sumif summary" to return "((Column M number (impressions) /1000)* Column C number) with the column C number coming from the "Publisher control sheet" tab. It needs to only do this where there is no number in column B, and i've no idea how to add this function!

    I hope this makes sense, not the easiest one to explain today!

    Any help much appreciated.

    Regards & thanks

    Roger.
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Extension of IFERROR/VLOOKUP formula help needed.

    Nor really sure if I understand you correctly, but try this one

    =IFERROR((O5*0.9)*VLOOKUP(A5,'Publisher Control Sheet'!A:B,2,FALSE),0)+IFERROR(M5/1000*VLOOKUP(A5,'Publisher Control Sheet'!A:C,3,FALSE),0)
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. How to add ABS Formula with Iferror and Vlookup
    By vajeednawab in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-10-2013, 06:16 AM
  2. Help with Iferror(vlookup( formula ASAP
    By rwmeis in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-20-2013, 03:52 PM
  3. [SOLVED] Long formula using IFERROR and VLOOKUP returning #NAME?
    By redimp in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-04-2013, 09:08 AM
  4. [SOLVED] Using VLOOKUP and CONCATENATE within an IFERROR formula
    By mowens74 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-21-2013, 12:24 PM
  5. Replies: 25
    Last Post: 06-07-2012, 07:00 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