View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default "go to" "blanks" after using a formula

Johnny Boy,

Well, they're not blank, since you have a null string "" in them.

If you want, you could change your formula to

=IF(C1=1,True,"")

And then after you do your copy paste values, use Edit / go to / special / constants and choose
strings (uncheck the others) . That will select all the "" values, and leave the TRUE ((boolean
values, or what Excel considers logical expressions) alone.

HTH,
Bernie
MS Excel MVP


"jhnnyboy247" wrote in message
...
I am having an issue where i have used a formula such as =if(C2=1,"True",""),
if ill down an entire column, then I copy and paste the data in that column
as values. If i then try to use Go To.., Special, Blanks, these empty fields
(that the above formula would have put as "") are not selected.

This has worked this way in every edition of excel that i have used.
Why does excel not consider these as "blank" fields when they show nothing
in the cell and nothing in the formula bar?