View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
sjohns17 sjohns17 is offline
external usenet poster
 
Posts: 1
Default Cell doesn't appear in calculations

I used an IF function to generate the cells in one column. E.g.,
IF(g3<=25,"25,IF(g3<25,g3)). Now I want to use the results of that column in
summing something else and the sum function basically doesn't 'see' the cell
at all. The results are as if there were no numbers there at all. What gives?