View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
HunterX HunterX is offline
external usenet poster
 
Posts: 2
Default Copy/Paste cells containing only numbers with .50 in it

I have been trying to come up with a formula that will read each cell in a
column and copy & paste only the cells that contain numbers with .50. I can
seem to properly configure the formula to read any whole number as long as it
contains .50 in it. I want these vnumbers pasted into a seperate column.

=IF(D21="*"+"0.50"),(D21),("")

Thank you very much for your assistance.