L
ladygr
I'm soooo overwhelmed. I have some experience with functions, but I
appreciate the responses I have received from this forum in the past that got
me out of a confusing dilema. I have another situation I would like help
with. It is basically a library scenerio. I have 5 worksheets in one
book-"Overview, Status, Fines, Patron, and Overdue".
"Overview" is where I would like ALL information pulled TO. It has column 1
as labels-A1 "paton ID", A2 "patron name", A3 "address", A4 "city/state/zip",
A5 "outstanding fines", (sub labels-B6 "fine", C6 "reason", D6 "copyID", E6
"Title") (I've left row 7 blank for formulas and 8 blank for spacing
purposes.), A9 "books on loan" (sub labels-B10 "status", C10 "DueDate", D10
"copyID", E10 "Title", F10 "cost") (I've left row 11 for formulas and 12
blank , again just for spacing). A closing remark is on row 13. Columns B:F
is the range I would like automatically populated from the other sheets, all
based on the patronID # MANUALLY input into B1. Areas of "outstanding fines"
and "books on loan" will hopefully populate under the sub-label column
headings and will need to automatically add rows for additional entries
because each patron will definitely have between 4 and 13 (maybe more) books
on-loan and may have multiple fines (maybe for the same book or single fines
for multiple books or may have no fines at all, which I would like it to then
state "no ourstanding fines due".
The other sheets have the labels across row 1 and data beginning in row 2
extending down the sheets. The "status" sheet has labels: "copyID", "title",
"status", "patronID" and "dueDate". There are almost 55,000 rows of data on
this one sheet, sorted by copyID. The "Fines" sheet labels are: "patronID",
"patronName", "copyID", "fine", and "reason". The number of rows vary
month-to-month so I would need that to remain adjustable, sorted by patronID.
"Patron" sheet labels are: "patronName", "name", "address", "city", "zip",
and "phone" (state of CA is assumed) with approx 3,000 rows of data which may
also change as patrons leave/arrive, also sorted by name. The last sheet
"Overdue" has same column labels as "Status", but has an additional "cost"
label, sorted by name.
I have been looking at IF, AND, OR, VLOOKUP. But, have now been seeing alot
of INDEX and MATCH. I think that will work better for me, but am unfamiliar
with their inputs. I have been looking at the forums and following links and
using HELP. But have gotten myself totally confused and overwhelmed. I want
to stay with functions-no VBA or programming please. Could you help me
untangle my mind??? Ant assistance is GREATLY appreciated.
appreciate the responses I have received from this forum in the past that got
me out of a confusing dilema. I have another situation I would like help
with. It is basically a library scenerio. I have 5 worksheets in one
book-"Overview, Status, Fines, Patron, and Overdue".
"Overview" is where I would like ALL information pulled TO. It has column 1
as labels-A1 "paton ID", A2 "patron name", A3 "address", A4 "city/state/zip",
A5 "outstanding fines", (sub labels-B6 "fine", C6 "reason", D6 "copyID", E6
"Title") (I've left row 7 blank for formulas and 8 blank for spacing
purposes.), A9 "books on loan" (sub labels-B10 "status", C10 "DueDate", D10
"copyID", E10 "Title", F10 "cost") (I've left row 11 for formulas and 12
blank , again just for spacing). A closing remark is on row 13. Columns B:F
is the range I would like automatically populated from the other sheets, all
based on the patronID # MANUALLY input into B1. Areas of "outstanding fines"
and "books on loan" will hopefully populate under the sub-label column
headings and will need to automatically add rows for additional entries
because each patron will definitely have between 4 and 13 (maybe more) books
on-loan and may have multiple fines (maybe for the same book or single fines
for multiple books or may have no fines at all, which I would like it to then
state "no ourstanding fines due".
The other sheets have the labels across row 1 and data beginning in row 2
extending down the sheets. The "status" sheet has labels: "copyID", "title",
"status", "patronID" and "dueDate". There are almost 55,000 rows of data on
this one sheet, sorted by copyID. The "Fines" sheet labels are: "patronID",
"patronName", "copyID", "fine", and "reason". The number of rows vary
month-to-month so I would need that to remain adjustable, sorted by patronID.
"Patron" sheet labels are: "patronName", "name", "address", "city", "zip",
and "phone" (state of CA is assumed) with approx 3,000 rows of data which may
also change as patrons leave/arrive, also sorted by name. The last sheet
"Overdue" has same column labels as "Status", but has an additional "cost"
label, sorted by name.
I have been looking at IF, AND, OR, VLOOKUP. But, have now been seeing alot
of INDEX and MATCH. I think that will work better for me, but am unfamiliar
with their inputs. I have been looking at the forums and following links and
using HELP. But have gotten myself totally confused and overwhelmed. I want
to stay with functions-no VBA or programming please. Could you help me
untangle my mind??? Ant assistance is GREATLY appreciated.