I have a spreadsheet in which column D always contains substrings of "women's", "women" or "womens" for women's clothing, or "men's", "men" or "mens" for men's clothing. Based on whether the substring is women's or men's, users enter a whole number value in column I, <= 20000 for women's and <= 10000 for men's.
After first validating the user's input in column I (<= 10000 or <= 20000), column J calculates a percentage, with a denominator of 227000 for women and 130000 for men.
Here's a data sample:
D3 I3 J3
Women's Pink Lace Scarf, 18 in. 6500 6500/227000
Men Lucky Brand Jeans, Blue, 34"(W) x 32"(L) 4100 4100/130000
I've tried data validation, if/then/or statements, and an array, but I haven't been able to figure this out. Can you help me?
Thank you!
eticket
After first validating the user's input in column I (<= 10000 or <= 20000), column J calculates a percentage, with a denominator of 227000 for women and 130000 for men.
Here's a data sample:
D3 I3 J3
Women's Pink Lace Scarf, 18 in. 6500 6500/227000
Men Lucky Brand Jeans, Blue, 34"(W) x 32"(L) 4100 4100/130000
I've tried data validation, if/then/or statements, and an array, but I haven't been able to figure this out. Can you help me?
Thank you!
eticket