+ Reply to Thread
Results 1 to 2 of 2

Help with program line

  1. #1
    Forum Contributor
    Join Date
    05-05-2004
    MS-Off Ver
    Office 365
    Posts
    651

    Help with program line

    =IF(B6<>"",VLOOKUP(B6,'Trade History'!$C$10:$L$6655,4,FALSE)*$C$3,"")


    This only does part of what i need it to do. i actually need it to do this:

    (trade execution sheet) if B6....<>""
    AND
    (trade history sheet) if H10...= (trade execution sheet) $C$4
    THEN
    (trade history sheet) if G10 * (trade execution sheet) $C$3
    ELSE
    ""

    this is a bit above me....... anyone?

  2. #2
    Pete_UK
    Guest

    Re: Help with program line

    Your post is a bit confusing, but I think you mean:

    =IF(AND(B6<>"",'Trade History'!H10=$C$4),VLOOKUP(B6,'Trade
    History'!$C$10:$L$6655,4,FALSE)*$C$3,"")

    though I'm not sure where G10 comes into it. Anyway, try this out and
    post back to tell us if it works or not.

    Hope this helps.

    Pete


+ 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