I finally finished a spreadsheet that will look at another spreadsheet with a lot of detailed sales figures, look at a cell that is TODAY(), find that row on the other spreadsheet, and populate the page with data from that row.
My problem is that they like to have each day's sheet saved. How do I save a spreadsheet that just has the data in the cells, but ignores the formulae that generated those data.
That is to say if a cell is ='[Current DSR.xls]Berkeley 101'!$B$26*'[Current DSR.xls]Berkeley 101'!$G$26, and that equals "20", or =+SUMIF('[Current DSR.xls]Berkeley 101'!$B$26:$B$64,C$2,'[Current DSR.xls]Berkeley 101'!$G$26:$G$64) comes up as $1200, how do I make it save so the next time it is opened 20 and $1200 shows up and it doesn't bother looking to the other spreadsheet?
There is two problems with the way I designed the sheet. The first is that the date that all the cells reference is "today()", so when it is opened at a later date, it will calculate the new values. The other problem is that it will only calculate data if the other document it is getting values from is open at the time. Since it's based on a sheet called "Current DSR", and past months are saved as "JULY08 DSR" "MAY07 DSR" that will make people unable to see anything older than a month anyway.
Tags: