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.
<tbody>
</tbody>
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.
<tbody>
</tbody>