BuffaloGuy
New Member
- Joined
- Dec 5, 2017
- Messages
- 42
- Office Version
- 365
- Platform
- Windows
I have a table on sheet "History" called Table 6, and a column in that table called Item #.
In cell B2 on sheet "Initial", I want to have the value of the last non-blank in the item # column.
currently I have =XLOOKUP(2,1/(Table6[@[Item '#]]<>0),Table6[@[Item '#]],"N/A",-1,-1)
it brings up the first value in the table
In cell B2 on sheet "Initial", I want to have the value of the last non-blank in the item # column.
currently I have =XLOOKUP(2,1/(Table6[@[Item '#]]<>0),Table6[@[Item '#]],"N/A",-1,-1)
it brings up the first value in the table