Forum Discussion
ag00559054
4 years agoFrequent Visitor
Use IF and return a lookupvalue
I have 2 tables ..and would want to check IF the dates are same in both tables then return cost from Table A to corresonding Table B if the cost is not included in table A leave the table B also blan...
AlexisOlson
4 years agoSuper User
How about doing merging Table A into Table B matching on both Date and Name and then expand the Cost column?