Need a help on Excel Formula.
I have 2 columns, Column A & Column B.
Column A has date in it as 3/5/2019. if there is date, Column B should return as 05-Mar. If Column A is blank, Column B should be blank.
I have a formula as
=IF(ISBLANK(A10)," ",IF(A10="Yes","No"))
but it is not giving correct answer. Can anyone help on this formula.
[TABLE="width: 184"]
<tbody>[TR]
[TD="class: xl65, width: 106"][/TD]
[TD="class: xl66, width: 78"][/TD]
[/TR]
</tbody>[/TABLE]
I have 2 columns, Column A & Column B.
Column A has date in it as 3/5/2019. if there is date, Column B should return as 05-Mar. If Column A is blank, Column B should be blank.
I have a formula as
=IF(ISBLANK(A10)," ",IF(A10="Yes","No"))
but it is not giving correct answer. Can anyone help on this formula.
[TABLE="width: 184"]
<tbody>[TR]
[TD="class: xl65, width: 106"][/TD]
[TD="class: xl66, width: 78"][/TD]
[/TR]
</tbody>[/TABLE]