Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
Counting up large and small tiles.
Post Flair (click to view more posts with a particular flair)
Post Body

I am trying to create a sheet that refrences a table of tiles we are installing. I want it to parse if the tile is large or small, and then if it is on a slab or crawl space(first or second floor)

I am using this formula to determine if what floor it is.

=IF(B6="crawl",(SUMIF(Sheet1!I12:I19,"0",Sheet1!K12:K19) SUMIF(Sheet1!I12:I19,"-1",Sheet1!K12:K19) SUMIF(Sheet1!I12:I19,"basement",Sheet1!K12:K19)),(SUMIF(Sheet1!I12:I19,"1",Sheet1!K12:K19))) -1,1,basement are all "slab" spaces. I want to incorporate your equation so that it checks if it is large, and if it is, to do my equation. But if its not large, to output 0.

To determine if the tile is large or small I'm using

=IF(IF(VALUE(LEFT(A2;FIND("x";A2)-1))>13;1;IF(VALUE(RIGHT(A2;LEN(A2)-FIND("x";A2)))>13;1;0))=1;"Large Tile";"Small Tile")

Author
Account Strength
100%
Account Age
12 years
Verified Email
Yes
Verified Flair
No
Total Karma
26,405
Link Karma
13,507
Comment Karma
12,681
Profile updated: 2 days ago
Posts updated: 7 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
6 years ago