Make automatic sheet size text from sheet width and height parameters

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have made a title block (family) with different sheet sizes (family types) all good, but now i am trying to generate a sheet size text item (label?) ie, A1,A2,A3.... from the sheet width and sheet height title block family type parameters. I created a new parameter when in my title block family, called 'sheet size'. I then use an IF (AND (Sheet Width=420 mm, Sheet Height=297 mm), "A3", "NA") which successfully returns a value of A3 to the 'sheet size' text parameter in the family type. I want to nest this formula to return different sheet sizes for this parameter ie A2, A1.... Then i want to add this returned 'sheet size' text parameter value and have it appear on my title block depending on family type. Then i want to be able to change my family type in my project browser and have the correct sheet size display in my title block (family) based on the sheet size (family type). Any help would be good. I am confused about the logic