Hi all, I found lots of SUB threads but I am still not getting it to work. I'm trying to calculate the Outstanding Qty of hardware inventory.
--Table is hardware_tbl3
--This is in Outstanding Qty: =SUB(INDEX(hardware_tbl3.Original_Qty,ROW()),INDEX(hardware_tbl3.Total_Received_Qty,ROW()))
I also tried: - =(INDEX(hardware_tbl3.Original_Qty,ROW())-(INDEX(hardware_tbl3.Total_Received_Qty,ROW())))
--The TR2 will be populated with the Total Received value. The formula in
--Total Received Qty (Total_Received_Qty) is: =SUM(INDEX(hardware_tbl3.TR2,ROW()),INDEX(hardware_tbl3.Received_Qty,ROW()))
What am I missing here? All my other calculations work... Knocking head now...
Thanks for any lesson :)
Sue