U
user21
I have a Category, Color (Red, Blue, Green and Black) and each color
corresponds to a certain figure (e.g. Red=10 Blue=20...and so on). What
i did was create If statements within each other, like
=IF(Color="Red",10,IF(Color="Blue"=20,IF...) But it doesnt seem to
work. Ive used this before but it doenst work this time. Do i have to
define the Color category to include all the colors i want? And if so,
how do i go abt doing it? Thanks
corresponds to a certain figure (e.g. Red=10 Blue=20...and so on). What
i did was create If statements within each other, like
=IF(Color="Red",10,IF(Color="Blue"=20,IF...) But it doesnt seem to
work. Ive used this before but it doenst work this time. Do i have to
define the Color category to include all the colors i want? And if so,
how do i go abt doing it? Thanks