I hope I can explain this clearly in words as it is in my mind!
Lets say I have C2, D2 and E2 as my cells for vendor costs, IT costs, Employee costs (or whatever, the actual table has a lot more components)
B2 is just summing these up. So B2= sum(C2:E2) in this case.
The thing is as I get different quotes I will re-visit C2,D2 and E2 to change the numbers in those cells(and a result the summed value in B2 will obviously change).
I am hoping that there is a macro solution that will allow me to store the values of B2 as they change in cell A2 so I have a history of these.
So lets say my B2 value is 100 today but I get a new quote tomorrow that makes B2= 90 then I want A2 to show 100,90 (the order or type of separator doesn't matter, but basically a history of what was in my B2)
Thanks in advance for any help or suggestions you can offer.
Lets say I have C2, D2 and E2 as my cells for vendor costs, IT costs, Employee costs (or whatever, the actual table has a lot more components)
B2 is just summing these up. So B2= sum(C2:E2) in this case.
The thing is as I get different quotes I will re-visit C2,D2 and E2 to change the numbers in those cells(and a result the summed value in B2 will obviously change).
I am hoping that there is a macro solution that will allow me to store the values of B2 as they change in cell A2 so I have a history of these.
So lets say my B2 value is 100 today but I get a new quote tomorrow that makes B2= 90 then I want A2 to show 100,90 (the order or type of separator doesn't matter, but basically a history of what was in my B2)
Thanks in advance for any help or suggestions you can offer.
Last edited: