Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   Sum multiple Vlookup results (https://www.askmehelpdesk.com/showthread.php?t=215498)

  • May 13, 2008, 08:30 AM
    Askme5642
    Sum multiple Vlookup results
    Hello,

    Is there a function that can sum multiple Vlookup results? I hate doing this to sum 3 Vlooukup results: =VLOOKUP($I3,AFFINITY,7,FALSE)+VLOOKUP($I3,AFFINIT Y,8,FALSE)+VLOOKUP($I3,AFFINITY,9,FALSE)

    Thanks,
    Gen
  • May 13, 2008, 09:48 AM
    JBeaucaire
    I'm not sure there is, but what is it about your posted method you find objectionable? If it works and is accurate, what problem does that leave for you?
  • May 13, 2008, 10:51 AM
    Curlyben
    looks good but you need to change it a little:

    =SUM(VLOOKUP($I3,AFFINITY,7,FALSE)+VLOOKUP($I3,AFF INIT Y,8,FALSE)+VLOOKUP($I3,AFFINITY,9,FALSE))

    Should do the trick ;)

  • All times are GMT -7. The time now is 11:34 AM.