Jump to content

curtain worksheet issue


Recommended Posts

curtain worksheet issue.vwxHi Everyone,

 

I've made a worksheet to count the drapes of my different styles of curtains. Now we have some symbols that fall in the same soft goods category, how do I alter my worksheet to include these symbols, preferably in the same rows?

I've added a file with curtain styles, the worksheet, and one symbol I'd like to include.

 

Thanks in advance,

 

Peter

curtain worksheet issue.zip

Link to comment

I'd probably just add another database under the first one. Like this:

 

Screenshot2024-03-27at08_51_59.png.e0c27e639cdcac2b903d4eefc08c442e.png

 

Screenshot2024-03-27at08_52_28.png.7b9542e54990fcd88c579a92657e3e33.png

 

Screenshot2024-03-27at08_52_49.png.59960739016321c79d9cee064c864c30.png

 

Screenshot2024-03-27at08_53_06.png.293bc0ea27fec14df5c1a0bf1ba55e96.png

 

By the way I have no idea why your B column is displaying blank in the worksheet! The data is there, it just isn't showing...

  • Like 1
Link to comment
Posted (edited)

Hi Tom,

 

Thanks for thinking with me here. The proposed solution looks good, how do I add another database in the same worksheet? (I'm really not very good with worksheets)

 

I changed the alignment of the text to center, and then it shows it. I'm with you in not knowing why left indent wasn't showing the values.

 

Thanks,

 

Peter

Edited by Peter Telleman
Link to comment

Or if you want them all in a single database you can get fancy.

 

image.png.350f2a645dab76392278f9584d3497ef.png

 

But then you will also have to use fancy IF formulas also.  And you will lose the 2-way ability to change the object from the worksheet, but I think the VALUE command already does that.

 

Here is the revised formula for Columns A and B.

 

Col A

=IF(Style.'Name'<>'', Style.'Name', SYMBOLNAME)


Col B

=IF(OBJECTTYPE=15, 1, VALUE(OBJECTDATA('INVENTORY PART PARAM', 'Curtain', 1, 5)))

 Col A shows the SoftGoods name there is one, if not, it shows the Symbol Name.

 

Col B checks if the object is a symbol and if so it sets the count to 1 otherwise it uses the original formula.

 

And I recommend that you dump this test file, or at least the worksheet you have been using. There is something really funky about the cell formatting that is causing problems.

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