Hello,
I am looking for a way to create a data validation dropdown list in cell G17 which combines a static value of "GBP" and a formula. The formula is a vlookup which returns a local currency, and my end goal is to provide the option to select either the result of the vlookup or GBP in the dropdown.
I have tried using the below in the Data Validation List Source but none seem to work:
=OR($C$5,"GBP") where C5 is a cell containing the vlookup
=[$C$5,"GBP"]
={$C$5,"GBP"}
[$C$5,"GBP"]
{$C$5,"GBP"}
GBP,=VLOOKUP($F$17,$C$16:$D$24,2,FALSE)
GBP,VLOOKUP($F$17,$C$16:$D$24,2,FALSE)
=VLOOKUP($F$17,$C$16:$D$24,2,FALSE),GBP
=VLOOKUP($F$17,$C$16:$D$24,2,FALSE),"GBP"
=(VLOOKUP($F$17,$C$16:$D$24,2,FALSE)),"GBP"
Using just the vlookup in the data validation source works fine, however i cannot seem to figure out how to combine the result with "GBP" as a second option.
Thanks
I am looking for a way to create a data validation dropdown list in cell G17 which combines a static value of "GBP" and a formula. The formula is a vlookup which returns a local currency, and my end goal is to provide the option to select either the result of the vlookup or GBP in the dropdown.
I have tried using the below in the Data Validation List Source but none seem to work:
=OR($C$5,"GBP") where C5 is a cell containing the vlookup
=[$C$5,"GBP"]
={$C$5,"GBP"}
[$C$5,"GBP"]
{$C$5,"GBP"}
GBP,=VLOOKUP($F$17,$C$16:$D$24,2,FALSE)
GBP,VLOOKUP($F$17,$C$16:$D$24,2,FALSE)
=VLOOKUP($F$17,$C$16:$D$24,2,FALSE),GBP
=VLOOKUP($F$17,$C$16:$D$24,2,FALSE),"GBP"
=(VLOOKUP($F$17,$C$16:$D$24,2,FALSE)),"GBP"
Using just the vlookup in the data validation source works fine, however i cannot seem to figure out how to combine the result with "GBP" as a second option.
Thanks