Forum Discussion

erhan_79's avatar
erhan_79
Post Prodigy
6 years ago
Solved

IF Formula Help

Dear All    İ have  two table as below Table A and Table B  . İ would like create vlookup for Table B and see " Install Cost"  but on Table B i only want to see " 20A" group's cost on table B .How ...
  • ryan_mayu's avatar
    ryan_mayu
    6 years ago

    erhan_79 

     

    Please see if this is what you want.

    Column = IF(TableB[Group]="20A",LOOKUPVALUE('TableA'[InstallCost],TableA[group A],TableB[Group]),0)