Hello,
I'm somewhat new to the Excel world and I keep pushing the limits of my skills trying to get it to do certain things for me.
What I want is to save, or log, a value once a formula has run. I need to keep track of how many bed spaces are occupied on a day to day basis and log/compile that information
I created a formula that returns a value, for that day, by counting the rows which have a name in them (meaning the room is occupied). The trouble is, once that day passes, that value is lost.
Is there some VBA code I can run to take this value and paste it somewhere? Ideally the code wouldn't run once that date has passed.
Below is the table I wanted to have the numbers logged into and this is the formula for the daily calculation (for cell c12): =IF(B12=TODAY(),COUNTIF('ROOMING LIST'!F6:F471,"<>"&""),"")
I was hoping I could do something without macros or VBA, but it's not looking that way! I really appreciate any help. Cheers.
111.jpg
Bookmarks