D
DJ_Frustration
I'm stuck on this problem and would appreciate any feedback.
I have two columns in a spreadsheet.
_Description__________Price_
Shirt Large
Shirt Small
Shirt Medium
Hat Large
Hat Small
I need to enter a known value in the _Price_ column by searching for
whether or not the text "Large" or "Small" is present in the
_Description_ field. I have tried vlookup but since I can't sort the
spreadsheet its of no use. Also, I can't assume that there are any
restrictions on input characters or size in the _Description_ field
Here's the formula that I'd like use, but i seem to be at a loss with
how to fill in the CONTAINS part: =IF(A1 CONTAINS "Large", 25, A1
CONTAINS "Small", 15, 20)
Any ideas?????
Thanks,
DJ_Frustration
I have two columns in a spreadsheet.
_Description__________Price_
Shirt Large
Shirt Small
Shirt Medium
Hat Large
Hat Small
I need to enter a known value in the _Price_ column by searching for
whether or not the text "Large" or "Small" is present in the
_Description_ field. I have tried vlookup but since I can't sort the
spreadsheet its of no use. Also, I can't assume that there are any
restrictions on input characters or size in the _Description_ field
Here's the formula that I'd like use, but i seem to be at a loss with
how to fill in the CONTAINS part: =IF(A1 CONTAINS "Large", 25, A1
CONTAINS "Small", 15, 20)
Any ideas?????
Thanks,
DJ_Frustration