asked on July 28, 2017
•
Show version history
I have table set as displayed in the the attached image.
I need to fill Year 1 or Year 2 with the Cost value for each row, based on the selection of the Condition column.
I'm trying and failing to return a result. Here's my current equation in the Year 1 function field
=IF(INDEX(Table.Condition,Row())!=2,=INDEX(Table.Cost,ROW()),0)
Any suggestions?
0
0