View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Francis Francis is offline
external usenet poster
 
Posts: 175
Default IF - how to avoid cells with no value


In column J, you want to display the value in column A if column F is 5
and 10 in column K and that you have your formula in both J and K
if there is no 5 or 10 in F, the formula will return a blank as in your
formula
Therefore, not sure what you want to achieve here,
would you post a sample and the result you want?
--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked


Thank You

cheers, francis



"Heidi" wrote:

Hello,
I have a monthly report I have to process. There are two values in column F,
either 5 or 10. If the value of the cell in column F is 5 I want the
information in column A to be displayed, lets say in column J, and if 10 in
column K.

I have used the following formula IF(F2=5,A2,"") which shows me the
information I want in column J. The problem is that I end up with many cells
with no information in columns J and I would like the cells with values from
column A to be displayed after each other without empty cells in between.