View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Worksheet formulae problems.

=if(countif(a1:c9,114)=0,114,if(countif(a1:c9,115) =0,115,"both there"))

If both are missing, you'll see 114. Is that ok?

Nevyn907 wrote:

Hi Folks got a prob you can maybe help me with.

I have a range of cells that contain one of the following numbers 114 115. I
am trying to devise a formulae that will identify whichever number is missing
and duplicate that number in an answer cell


--

Dave Peterson