Thread: If Formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default If Formula

Say the cell to be checked is A2, enter into the "another" cell
=IF(ISBLANK(A2),"a","b")

Regards,
Stefi

€˛ShamsulZ€¯ ezt Ć*rta:

Can anybody help me in the if formula whereas if the cell has no value it
will show a in another cell, if has any value it will show b in the another
cell

Thanks