I am working on a budget tracking sheet for a project I have half completed. We have a three tables relating to this project. We will call these "RQSTN" (table detailing bid amounts for all purchases exceeding $X (for this exercise, $X=$2.5K) that require bidding), "Charged" (all purchases from all accounts relating to the project), and "RQ_Blnc" (the difference between the bid amounts from "RQSTN" and the actual amounts spent from "Charged"). This is the table that is stumping me.
I would like to be able to extract any new entries exceeding $2.5K from "Charged" into "RQ_Blnc". From there, I need to be able to calculate the differences between "RQSTN" and "Charged". I should be able to easily do this myself. The real issue is only pulling the records that will exceed $2.5K. Tried to attach a couple of pictures as a visual, but it keeps telling me that the files are invalid, Sorry.
Thanks,
C
I would like to be able to extract any new entries exceeding $2.5K from "Charged" into "RQ_Blnc". From there, I need to be able to calculate the differences between "RQSTN" and "Charged". I should be able to easily do this myself. The real issue is only pulling the records that will exceed $2.5K. Tried to attach a couple of pictures as a visual, but it keeps telling me that the files are invalid, Sorry.
Thanks,
C
Comment