I have a spreadsheet which I need to display a cell that changes weekly. For instance, Sheet1 "A1" needs to display a value from Sheet2 based on todays date. When it finds the date, say "A25", then it needs to offset over to the 6th column on Sheet2, say "F25", on the same row and display the value in the cell to Sheet1 "A1".
Sheet1 "A1" equels =IF(('Sheet2!A3:A458)=TODAY(),OFFSET(A3:A458,0,5))
Bookmarks