Hello all . . . please help me if you can.
The following is the formula I am using to retrieve data from a different sheet, CVL is the other SheetName. I don't like having to enter new dates in the formula every time I want to change the quarter from which I am retrieving data. I would merely want to change the date at CVL!F1.
Please tell me how I need write this for the COUNTIFS Criteria to be that the date(s) must be GREATER THAN the DATE in Cell F2 (on the other sheet named CVL).
COUNTIFS(INDIRECT("'"&$A$2&"'!$B$5"):INDIRECT("'"&$A$2&"'!$B$900"),">10/1/13")
Cell A2 is on my current sheet and contains the Name of another sheet, "CVL". I must use the A2 cell location, rather than the name "CVL" because the value in it changes.
The date in this script (10/1/13) is found in CVL!F1 on that other sheet.
Thanks!
Bookmarks