View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Execute a FIND on formula results

Should work...Make sure you tell Find to look in formulas
--
Gary''s Student - gsnu200761


"JR Hester" wrote:

Excel XP on Win XP

I am using the following formula every 27th cell down a column to display
teh day of week.
=CHOOSE(WEEKDAY(B785),
"Sunday","Monday","Tuesday","Wednesday","Thursday" ,"Friday","Saturday")
The formula works great, problem is I want to be able to use the FIND
button/command to go to the next "Tuesday" qucikly. My find reports "No
MAtches Found". I presume this is because each cell contains a formula result
and not the actual TEXT "Tuesday". Is there a simply solution to my dilemmna?

Thanks to all