• 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.

Data from multiple sheets into one sheet

Abbas

New Member
Hi,

I have made an excel file which contains a different supplier's information on each sheet, along with one of the categories approved, conditionally approved, conditionally rejected and rejected. Now I want one summary sheet to display a list of all the suppliers that are either approved or conditionally approved. If I change the category of any supplier from approved to rejected, it should be removed from the list in summary sheet. The supplier's name could be on say A1 and its category on G7 of each supplier sheet.
 
Hi Abbas,


Do you have sheets named on status or you have multiple sheets each containing diff. status?? Upload a sample file. It will help members to give you a solution.


Regards,
 
Hi Faseeh,

I hav named the sheets on supplier's name. It can be Sheet1, Sheet2 and so on as an example...
 
Hi Abbas,


I suggest you following, as you are only interested in updating Status (that i assume will be a single cell containing some data):


1. Create a sheet with name of Name of Suppliers.

2. Add this formula against each:
Code:
=INDIRECT(A1&"!E1")
, here A1 is the name of Supplier and E1 is the cell that contains the status, and drag down this formula. The result will be updated automatically.


Should there be any problem, let me know.


Regards,
 
Yes this one's good. But I want only the list of names that are approved or conditionally approved.
 
Back
Top