+ Reply to Thread
Results 1 to 2 of 2

LOOKUP question-s it possible to have LOOKUP do a calculation in the array?

  1. #1
    Bob S
    Guest

    LOOKUP question-s it possible to have LOOKUP do a calculation in the array?

    Is it possible to have LOOKUP do a calculation in the array part instead of
    just displaying the values in the array? As in
    =LOOKUP(G24,{1,2,3},{C1+C2,D1+D2,E1+E2})

  2. #2
    Domenic
    Guest

    re: LOOKUP question-s it possible to have LOOKUP do a calculation in the array?

    Try...

    =CHOOSE(MATCH(G24,{1,2,3}),C1+C2,D1+D2,E1+E2)

    Hope this helps!

    In article <[email protected]>,
    "Bob S" <[email protected]> wrote:

    > Is it possible to have LOOKUP do a calculation in the array part instead of
    > just displaying the values in the array? As in
    > =LOOKUP(G24,{1,2,3},{C1+C2,D1+D2,E1+E2})


+ 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