Information from one cell pulls information from another cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top