I know how to get the value of an cell in a table if the cell is in the same row using the structure Reference "special item specifier" [#This Row], but I was wondering if anyone had a quick/efficient way of locating a value 1 (or more) rows above (or below) the current row.
I figure I will have to write a function that identifies the address of the current row and then subtracts (or adds) 1 (or more) to locate the cell address desired, then pull the value from that addressed cell.
My Psudocode is
IF(TestColumnPreviousRowValue=MyTable[[#Headers],[TestColumn]],"First Row in Table","Not First Row in Table")
I need the code for "TestColumnPreviousRowValue" in the above.
I will work on it now, but if you have this readily available, Please post! I will monitor this topic as I work!
Thanks,
Casey
I figure I will have to write a function that identifies the address of the current row and then subtracts (or adds) 1 (or more) to locate the cell address desired, then pull the value from that addressed cell.
My Psudocode is
IF(TestColumnPreviousRowValue=MyTable[[#Headers],[TestColumn]],"First Row in Table","Not First Row in Table")
I need the code for "TestColumnPreviousRowValue" in the above.
I will work on it now, but if you have this readily available, Please post! I will monitor this topic as I work!
Thanks,
Casey