Jump to content

simple windows schedule question


Sybil

Recommended Posts

Then you have to create simple worksheet without database. I think you can't list each type of window once with database.

Example from my practice. Windows are symbols, no prefix, label looks like "W-02".

B4 cell is W-01.

C4 is =COUNT(INSYMBOL & (L='1st_floor_plan') & (Window.IDLabel=$B4))

D4 is =COUNT(INSYMBOL & (L='2nd_floor_plan') & (Window.IDLabel=$B4))

E4 is =COUNT(INSYMBOL & (L='3rd_floor_plan') & (Window.IDLabel=$B4))

F4 is =SUM(C4..E4)

Hope this helps.

Link to comment
  • Vectorworks, Inc Employee

As Ariel mentioned, you can place a SUM icon on the column where you don't want the numbers to add up. But you can only use a maximun of 3 SUMs in a database.

If you run out of SUMs, the workaround is to add a quantity column at the end of your worksheet, enter the formula =COUNT. Now you can use a reference to this column to divide the columns where you want to eliminate the summation.

With H being the quantity column, the formula in your windows width column could then look like this: =(Window.OverallWidth)/H4

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...