I've set up a CONCATENATE formula to read several cells to give me my final output, trouble is: I can't seem to associate a FY month with a 001-012 number, and have it report as text. I need a formula for my final cell: IF(MONTH(TODAY())...followed by a VLOOKUP for the month on this table, then reference the number next to it. I'm having trouble writing this formula, but think this is the way to reference the sequence number I need. Can I get some help filling in the blanks? Thank you!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Seq#[/TD]
[TD][/TD]
[TD]=CONCATENATE(B25,C25,D25,E25,F25,G25)[/TD]
[/TR]
[TR]
[TD]October[/TD]
[TD]001[/TD]
[TD][/TD]
[TD]G25=[Formula to reference table][/TD]
[/TR]
[TR]
[TD]November[/TD]
[TD]002[/TD]
[TD][/TD]
[TD]The cell above will be the one[/TD]
[/TR]
[TR]
[TD]December[/TD]
[TD]003[/TD]
[TD][/TD]
[TD]the CONCATENATE formula [/TD]
[/TR]
[TR]
[TD]January[/TD]
[TD]004[/TD]
[TD][/TD]
[TD]addresses[/TD]
[/TR]
[TR]
[TD]February[/TD]
[TD]005[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]March[/TD]
[TD]006[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]April[/TD]
[TD]007[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]May[/TD]
[TD]008[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]June[/TD]
[TD]009[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]July[/TD]
[TD]010[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]August[/TD]
[TD]011[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]September[/TD]
[TD]012[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Seq#[/TD]
[TD][/TD]
[TD]=CONCATENATE(B25,C25,D25,E25,F25,G25)[/TD]
[/TR]
[TR]
[TD]October[/TD]
[TD]001[/TD]
[TD][/TD]
[TD]G25=[Formula to reference table][/TD]
[/TR]
[TR]
[TD]November[/TD]
[TD]002[/TD]
[TD][/TD]
[TD]The cell above will be the one[/TD]
[/TR]
[TR]
[TD]December[/TD]
[TD]003[/TD]
[TD][/TD]
[TD]the CONCATENATE formula [/TD]
[/TR]
[TR]
[TD]January[/TD]
[TD]004[/TD]
[TD][/TD]
[TD]addresses[/TD]
[/TR]
[TR]
[TD]February[/TD]
[TD]005[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]March[/TD]
[TD]006[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]April[/TD]
[TD]007[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]May[/TD]
[TD]008[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]June[/TD]
[TD]009[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]July[/TD]
[TD]010[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]August[/TD]
[TD]011[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]September[/TD]
[TD]012[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]