Hello, I'm having trouble correctly combining two Excel functions into one string.
My Choose Function is operating correctly. I would like my formula to read: Choose(2010,2011,2012),IF(1=S, make it S, if not make it 0).
Any help is greatly appreciated.
CHOOSE Function:
[TABLE="width: 179"]
<colgroup><col width="137" style="width: 103pt; mso-width-source: userset; mso-width-alt: 3896;"> <col width="101" style="width: 76pt; mso-width-source: userset; mso-width-alt: 2872;"> <tbody>[TR]
[TD="class: xl76, width: 137, bgcolor: transparent"]2010[/TD]
[TD="class: xl77, width: 101, bgcolor: white"]1.1111%[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]2011[/TD]
[TD="class: xl77, bgcolor: white"]2.2222%[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]2012[/TD]
[TD="class: xl77, bgcolor: white"]3.3333%[/TD]
[/TR]
</tbody>[/TABLE]
IF Statement:
[TABLE="width: 179"]
<colgroup><col width="137" style="width: 103pt; mso-width-source: userset; mso-width-alt: 3896;"> <col width="101" style="width: 76pt; mso-width-source: userset; mso-width-alt: 2872;"> <tbody>[TR]
[TD="class: xl76, width: 137, bgcolor: transparent"]1[/TD]
[TD="class: xl77, width: 101, bgcolor: white"]S[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]2[/TD]
[TD="class: xl77, bgcolor: white"]N[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]3[/TD]
[TD="class: xl77, bgcolor: white"]Q[/TD]
[/TR]
</tbody>[/TABLE]
My Choose Function is operating correctly. I would like my formula to read: Choose(2010,2011,2012),IF(1=S, make it S, if not make it 0).
Any help is greatly appreciated.
CHOOSE Function:
[TABLE="width: 179"]
<colgroup><col width="137" style="width: 103pt; mso-width-source: userset; mso-width-alt: 3896;"> <col width="101" style="width: 76pt; mso-width-source: userset; mso-width-alt: 2872;"> <tbody>[TR]
[TD="class: xl76, width: 137, bgcolor: transparent"]2010[/TD]
[TD="class: xl77, width: 101, bgcolor: white"]1.1111%[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]2011[/TD]
[TD="class: xl77, bgcolor: white"]2.2222%[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]2012[/TD]
[TD="class: xl77, bgcolor: white"]3.3333%[/TD]
[/TR]
</tbody>[/TABLE]
IF Statement:
[TABLE="width: 179"]
<colgroup><col width="137" style="width: 103pt; mso-width-source: userset; mso-width-alt: 3896;"> <col width="101" style="width: 76pt; mso-width-source: userset; mso-width-alt: 2872;"> <tbody>[TR]
[TD="class: xl76, width: 137, bgcolor: transparent"]1[/TD]
[TD="class: xl77, width: 101, bgcolor: white"]S[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]2[/TD]
[TD="class: xl77, bgcolor: white"]N[/TD]
[/TR]
[TR]
[TD="class: xl76, bgcolor: transparent"]3[/TD]
[TD="class: xl77, bgcolor: white"]Q[/TD]
[/TR]
</tbody>[/TABLE]