View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dan dungan dan dungan is offline
external usenet poster
 
Posts: 411
Default Working an If formula

I had this twist:

=IF(G6="x",F6,IF(AND(H6="x",ISBLANK(J6)),"Enter the manual value in
j6",J6))