S
SunnyB
I have a simple BOM worksheet that totals weights based on a product
list and catalog. It works fine except for my string variable. Depending
on which user adds data to the sheet the string value for quantity might
be "One" or "ONE". I have the formula set to recognize the string "One"
but if they enter the string "ONE" it is not recognized.
How can I alter the formula to recognize both variables. The following
is the current formula that I use. Is the solution as simple as adding
an "or" to the (C3="One" or "ONE",1,(C3))))) ?
Can somebody help me with this?
=IF(ISBLANK(F3)," ",(((E3+(F3/12))*I3)*(IF(C3="One",1,(C3)))))
Thanks
§ß©
list and catalog. It works fine except for my string variable. Depending
on which user adds data to the sheet the string value for quantity might
be "One" or "ONE". I have the formula set to recognize the string "One"
but if they enter the string "ONE" it is not recognized.
How can I alter the formula to recognize both variables. The following
is the current formula that I use. Is the solution as simple as adding
an "or" to the (C3="One" or "ONE",1,(C3))))) ?
Can somebody help me with this?
=IF(ISBLANK(F3)," ",(((E3+(F3/12))*I3)*(IF(C3="One",1,(C3)))))
Thanks
§ß©