View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Glen Mettler[_4_] Glen Mettler[_4_] is offline
external usenet poster
 
Posts: 70
Default Information from one cell pulls information from another cell

In the "other cell" (say J2:J327) put this code =if(H2<0, H2,"")

What this says is: If H2 <0 then put H2 int J2, otherwise put nothing.

Glen

"ACTLibrarian" wrote in message
...
Hi All,

What I am trying to do is set up a command that will look at infomration
in
one column and then if one of the cells meets a criteria then it takes the
corresponding cell data in another column and puts it into a list.

IF cell in range H2:H327 is < 0 THEN matching row/cell data is put into
another cell or list.

Should I do a word document combo output?