martinfdc Posted September 16, 2019 Share Posted September 16, 2019 Hi, Establishing criteria for databases is easy: Database header cell: =CompAreaByClass('Class-1') using the previous function and establishing criteria I manage to show results only form a particular layer. What I can't do is the following, I want in a normal worksheet cell to get the area of my components but specify from which layer. I know I have to use this function: Spreadsheet cell: =CompAreaByClass(t=wall,'Class-1') What do I need to add to the function above to specify the search in a particular layer? Thanks in advance, Martín Quote Link to comment
Pat Stanford Posted September 16, 2019 Share Posted September 16, 2019 =CompAreaByClass(((L='Design Layer-1') & (T=WALL)), 'Class-1') You can use the Insert Criteria function in the Insert menu of the worksheet to create just about any criteria combination that you need. 1 Quote Link to comment
martinfdc Posted September 16, 2019 Author Share Posted September 16, 2019 Many many thanks @Pat Stanford it works great. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.