I am trying to populate a new column using number values from another, as seen bellow.
The middle column is what the left column should look like, but with a formula. Here is the formula I have come up with for the left column:
=IF(AND([@[Wattage (bulb)- Number Value Only]]<33,[@[Wattage (bulb)- Number Value Only]=]=>1),"T8","T12"),IF([@[Wattage (bulb)- Number Value Only]]=0,"","")
Essentially, if the right column is less than 33, I want the left column to say "T8", if it's greater than 33, I want it to say "T12" and if the right column is a zero, I don't want the left column to list anything. Is there an easy fix to my formula, or do I need to completely alter it?
Thanks for the help!
The middle column is what the left column should look like, but with a formula. Here is the formula I have come up with for the left column:
=IF(AND([@[Wattage (bulb)- Number Value Only]]<33,[@[Wattage (bulb)- Number Value Only]=]=>1),"T8","T12"),IF([@[Wattage (bulb)- Number Value Only]]=0,"","")
Essentially, if the right column is less than 33, I want the left column to say "T8", if it's greater than 33, I want it to say "T12" and if the right column is a zero, I don't want the left column to list anything. Is there an easy fix to my formula, or do I need to completely alter it?
Thanks for the help!
Last edited by a moderator: