ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Information from one cell pulls information from another cell (https://www.excelbanter.com/excel-programming/315889-information-one-cell-pulls-information-another-cell.html)

ACTLibrarian

Information from one cell pulls information from another cell
 
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?



Glen Mettler[_4_]

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?






All times are GMT +1. The time now is 10:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com