• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Countif formula query for multiple worksheets.

I am having an excel sheet with Index.

INDEX Pass Failed
Order Entry 50 60
Report 70 80

The workbook contains functionality wise test cases in different sheets. The Index contains the name of the Worksheets and also haves the counts of test cases in the respective sheets.

I have made following formula to count the status of test cases from different sheets in Index sheet.

=COUNTIF('Order Entry'!"F4:F250,"Pass")

I need a formula whereby instead of giving the name of the sheet as "Order Entry" I just give the reference of cell which contains the name of the sheet and applications works out as working for the above formula.
 
Back
Top