E
Eric
Let me first explain what I am trying to accomplish:
I have 2 sheets; one named "Jobs", and the other named "Requests".
Now on the "Jobs" sheet, each row contains a job, and the last column
of each row, I enter an "R", if that job was a request.
Here's an example of the "Jobs" sheet data:
-------------------------------------------------
Date Invoice# Customer Name Request?
05/19/04 543218 Larry R
05/19/04 987345 Moe
05/19/04 343529 Fred R
05/19/04 652434 Bubba
-------------------------------------------------
Here's an example of the "Requests" sheet data:
------------------------------------
Date Invoice# Customer Name
This is where I want to have an IF() function loop through the "Jobs"
sheet and when it finds an "R" in the "Requests?" column, I would like
it to enter the "Date", "Invoice#" and "Customer Name" columns
automatically, and keep going through the rows of jobs on the "Jobs"
sheet.
------------------------------------
The ideal situation is that the entire "Requests" sheet is filled in
automatically as I add/remove jobs on the "Jobs" sheet. So if I
entered the data mentioned above, then I would like to see the
following information automatically entered on the "Requests" sheet:
------------------------------------
Date Invoice# Customer Name
05/19/04 543218 Larry
05/19/04 343529 Fred
Because these were the jobs with an "R" in the "Request?" column of
the "Jobs" sheet.
I have 2 sheets; one named "Jobs", and the other named "Requests".
Now on the "Jobs" sheet, each row contains a job, and the last column
of each row, I enter an "R", if that job was a request.
Here's an example of the "Jobs" sheet data:
-------------------------------------------------
Date Invoice# Customer Name Request?
05/19/04 543218 Larry R
05/19/04 987345 Moe
05/19/04 343529 Fred R
05/19/04 652434 Bubba
-------------------------------------------------
Here's an example of the "Requests" sheet data:
------------------------------------
Date Invoice# Customer Name
This is where I want to have an IF() function loop through the "Jobs"
sheet and when it finds an "R" in the "Requests?" column, I would like
it to enter the "Date", "Invoice#" and "Customer Name" columns
automatically, and keep going through the rows of jobs on the "Jobs"
sheet.
------------------------------------
The ideal situation is that the entire "Requests" sheet is filled in
automatically as I add/remove jobs on the "Jobs" sheet. So if I
entered the data mentioned above, then I would like to see the
following information automatically entered on the "Requests" sheet:
------------------------------------
Date Invoice# Customer Name
05/19/04 543218 Larry
05/19/04 343529 Fred
Because these were the jobs with an "R" in the "Request?" column of
the "Jobs" sheet.