Share via

VLOOKUP help

Anonymous
2022-12-19T15:31:46+00:00

My brain is dead after working on spreadsheets all day the last couple days. I know this is an easy fix but my brain isn't figuring it out.

My goal is to have this VLOOKUP Look in this column ($A:$J,9) on the Contractor Data tab and if the cell has "False" in it return a blank and if the cell has "True" in it return True. Right now it's returning both FALSE and TRUE results.

=IF($F4="","",IF(VLOOKUP($F4,'Contractor Data'!$A:$J,9,FALSE)=""," ",VLOOKUP($F4,'Contractor Data'!$A:$J,9,FALSE)))

Thank you for any help

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-12-19T17:22:56+00:00

    I figured it out. Thank you for that help.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-12-19T16:47:44+00:00

    The formula is telling me I have too many arguments. Maybe I should be trying to figure this out after a couple cups of coffee this morning. Any chance you can help me by showing me how the entire formula should look?

    =IF($F6="","",IF(VLOOKUP($F6,'Contractor Data'!A:J,9,FALSE),"TRUE"," "),VLOOKUP($F6,'Contractor Data'!A:J,9,FALSE)))

    thank you for the help I really do appreciate it a lot.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-12-19T16:21:09+00:00

    Hi Randy

    Try the formula

    =IF(VLOOKUP($F4,'Contractor Data'!$A:$J,9,FALSE),TRUE,"")

    I hope this helps you and gives a solution to your problem

    Do let me know if you need more help

    Regards

    Jeovany

    Was this answer helpful?

    0 comments No comments