Hi,
I am trying to return values of Invoice or Credit Note in column B based on the first letter or digit from column A. The table below shows what the requirements are (E.G M or 4 = Invoice, 7 = Credit Note. However, I'm stuck with the formula below and unsure of the formula required to allow the first two examples to be inputted with 'Invoice'. Any help appreciated.
=IF( ????? ,"Invoice","Credit Note")
[TABLE="width: 240"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Invoice #[/TD]
[TD]Label[/TD]
[/TR]
[TR]
[TD]M012345[/TD]
[TD]Invoice[/TD]
[/TR]
[TR]
[TD]412345[/TD]
[TD]Invoice[/TD]
[/TR]
[TR]
[TD]712345[/TD]
[TD]Credit Note[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to return values of Invoice or Credit Note in column B based on the first letter or digit from column A. The table below shows what the requirements are (E.G M or 4 = Invoice, 7 = Credit Note. However, I'm stuck with the formula below and unsure of the formula required to allow the first two examples to be inputted with 'Invoice'. Any help appreciated.
=IF( ????? ,"Invoice","Credit Note")
[TABLE="width: 240"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]Invoice #[/TD]
[TD]Label[/TD]
[/TR]
[TR]
[TD]M012345[/TD]
[TD]Invoice[/TD]
[/TR]
[TR]
[TD]412345[/TD]
[TD]Invoice[/TD]
[/TR]
[TR]
[TD]712345[/TD]
[TD]Credit Note[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]