How do I create a formula

  • Thread starter Thread starter Trikester824
  • Start date Start date
=IF(ISNA(A1),3,IF(A1="yes",1,IF(A1="no",2,"something else")))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| That returns different values for a cell that contains a yes, no or N/A.
 
If you want to change the contents of a cell based on what is currently in
that same cell, you will need VBA programming. Post back if this is what
you want. HTH Otto
 
Back
Top