newbieexceldude
New Member
- Joined
- Jan 24, 2014
- Messages
- 3
Hello there
I am very new to this forum, but already have found a lot of great help. Thanks!
However, I have a new problem. I am using the "=if(and(" function, but Excel is rejecting more than 7 functions. I will need at least 20. Is there a way around this?
The data I am working on is as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Certain[/TD]
[TD]Likely[/TD]
[TD]Somewhat[/TD]
[TD]Unlikely[/TD]
[/TR]
[TR]
[TD]Reoccurring[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD]Blue[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Intermittent[/TD]
[TD]Red[/TD]
[TD]Purple[/TD]
[TD]Red[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD]Infrequent[/TD]
[TD]Yellow[/TD]
[TD]Pink[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[/TR]
</tbody>[/TABLE]
The formula i've used is: =IF(AND(L4="Certain",N4="Reoccurring"),"Green (1)", IF(AND(L4="Certain",N4="Intermittent"),"Red (2)", IF(AND(L4="Certain",N4="Infrequent"),"Yellow (4)"
Do you have any suggestions?
Thank you very much.
I am very new to this forum, but already have found a lot of great help. Thanks!
However, I have a new problem. I am using the "=if(and(" function, but Excel is rejecting more than 7 functions. I will need at least 20. Is there a way around this?
The data I am working on is as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Certain[/TD]
[TD]Likely[/TD]
[TD]Somewhat[/TD]
[TD]Unlikely[/TD]
[/TR]
[TR]
[TD]Reoccurring[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[TD]Blue[/TD]
[TD]Blue[/TD]
[/TR]
[TR]
[TD]Intermittent[/TD]
[TD]Red[/TD]
[TD]Purple[/TD]
[TD]Red[/TD]
[TD]Red[/TD]
[/TR]
[TR]
[TD]Infrequent[/TD]
[TD]Yellow[/TD]
[TD]Pink[/TD]
[TD]Green[/TD]
[TD]Green[/TD]
[/TR]
</tbody>[/TABLE]
The formula i've used is: =IF(AND(L4="Certain",N4="Reoccurring"),"Green (1)", IF(AND(L4="Certain",N4="Intermittent"),"Red (2)", IF(AND(L4="Certain",N4="Infrequent"),"Yellow (4)"
Do you have any suggestions?
Thank you very much.