+ Reply to Thread
Results 1 to 8 of 8

Need to multiply a VLOOKUP value then divide that value, then multiply that value

  1. #1
    Registered User
    Join Date
    04-23-2015
    Location
    Chicago, IL
    MS-Off Ver
    2010
    Posts
    3

    Need to multiply a VLOOKUP value then divide that value, then multiply that value

    I'm trying to return a value in sheet ABH Cell D15 doing a VLOOKUP.

    =VLOOKUP(D189,'Data Sheet'!A16:B216,2,FALSE)

    Then I need to take that value and multiply it by Value/$per share value in Data Sheet Cell B11
    Then divide that value by the value in Data Sheet Cell B218
    Than Multiply that value by the value in ABH Sheet cell D190

    I can return the value by VLOOKUP but have no idea how to formulate the multiply, divide, multiply.

    Any help would be appreciated.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Need to multiply a VLOOKUP value then divide that value, then multiply that value

    Hi there... and welcome to the Excel Forum. Try this out.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need to multiply a VLOOKUP value then divide that value, then multiply that value

    I didn't download your file.

    Try it like this...

    =((VLOOKUP(D189,'Data Sheet'!A16:B216,2,FALSE)*Data!B11)/Data!B218)*ABH!D190
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    04-23-2015
    Location
    Chicago, IL
    MS-Off Ver
    2010
    Posts
    3

    Re: Need to multiply a VLOOKUP value then divide that value, then multiply that value

    Tony,
    Thanks for the help. That worked. Now I'm trying to add the IFERROR function and just cannot seem to get it. This is the formula:

    =((VLOOKUP(F189,'Data Sheet'!$A$16:$B$216,2,FALSE)*'Data Sheet'!$B$11)/'Data Sheet'!$B$218)*ABH!F190

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Need to multiply a VLOOKUP value then divide that value, then multiply that value

    =iferror(VLOOKUP(F189,'Data Sheet'!$A$16:$B$216,2,FALSE)*'Data Sheet'!$B$11/'Data Sheet'!$B$218*ABH!F190,"")
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need to multiply a VLOOKUP value then divide that value, then multiply that value

    Like this...

    =IFERROR(((VLOOKUP(F189,'Data Sheet'!$A$16:$B$216,2,FALSE)*'Data Sheet'!$B$11)/'Data Sheet'!$B$218)*ABH!F190,"")

  7. #7
    Registered User
    Join Date
    04-23-2015
    Location
    Chicago, IL
    MS-Off Ver
    2010
    Posts
    3

    Re: Need to multiply a VLOOKUP value then divide that value, then multiply that value

    Tony,
    YES! I just couldn't get it to work properly. Thank you for all your help. Very much appreciated.

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need to multiply a VLOOKUP value then divide that value, then multiply that value

    You're welcome. Thanks for the feedback!

+ 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] Multiply, Divide and Then Multiply in a cell
    By Brownie2576 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-22-2012, 08:57 PM
  2. Automate Event Wks Change to Multiply AutoDate Divide Vlookup
    By exc4libur in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-29-2011, 08:14 PM
  3. Can I use the IF function to multiply and divide?
    By carolan78 in forum Excel General
    Replies: 8
    Last Post: 09-11-2008, 09:50 AM
  4. add, multiply then divide
    By Zetman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-23-2006, 10:45 PM
  5. how do I divide or multiply an entire column?
    By 1number in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-05-2005, 05:07 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