You could use a formula in column D as follows....
=IF(ISERROR(FIND(".067",A2)),"Not found",C2/25)
The text ".067" could be a reference to another cell of course.
--
Regards,
Nigel
(E-Mail Removed)
"Annette" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi! How would I write into my code to look in cells in column one for a
> specific number and then divide by 25. Here's a sample of the number:
>
> col 1 col 2 col 3
> 02.3892.067.033 descrip. 2025
>
> I want the macro to see the .067 in the cell, and then in column four,
> divide the number found in column three by 25 and display number in column
> four.
>
> So what the result displayed: col 4 would be 81
>
> I hope this makes sense.
>
> Thanks for any help provided.
>
> Annette
>