View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Populate cell with a value if another cell has a certain value

Use IF()

=IF(F4="Bond Street","CX/025966","")

--
Jacob


"B2ORL" wrote:

All, good morning. i have a issue, i need to populate cell E4 with a value
CX/025966 when cell F4 has a text Bond Street.

Is there a simple way of doin this?