E
emoboyrulezdaworld2
Hi,
I am a repair administrator for a company and i am seeking information
on how to make my life easier.
Agents forward concerns to me containing reference numbers and the
request itself. I then forward this information to our repair center
seeking updates.
i want to design an excel spreadsheet that would enable agents to input
the reference number, and a row will display the updates (if any are
available). This, i have already accomplished. However, i want to
lookup a value (input by user), and display all the instances of that
value (accompanied by to other colums as description). the values are
stored in a separate spreadsheet. im using VLOOKUP as a function, and
COUNTIF to count the number of instances.. problem is, I cant tell
excel to display the other values if the number of records found is
more than 1.
to display the first instance, I use: =VLOOKUP(C4,'[UPDATE
DB.xls]Sheet1'!$A$1:$C$300,1,) ... the request will be displayed by
using =VLOOKUP(C4,'[UPDATE DB.xls]Sheet1'!$A$1:$C$300,2,), and the
update would be displayed by =VLOOKUP(C4,'[UPDATE
DB.xls]Sheet1'!$A$1:$C$300,3,) ... This clearly makes excel diplay the
first instance of the reference number that was inputed in C4. I cant
display the other instances. (if C4 has three instances in the
database.)
i dont know if im making any sense here, but any help would be greatly
appreciated...
Thanks,
aj
I am a repair administrator for a company and i am seeking information
on how to make my life easier.
Agents forward concerns to me containing reference numbers and the
request itself. I then forward this information to our repair center
seeking updates.
i want to design an excel spreadsheet that would enable agents to input
the reference number, and a row will display the updates (if any are
available). This, i have already accomplished. However, i want to
lookup a value (input by user), and display all the instances of that
value (accompanied by to other colums as description). the values are
stored in a separate spreadsheet. im using VLOOKUP as a function, and
COUNTIF to count the number of instances.. problem is, I cant tell
excel to display the other values if the number of records found is
more than 1.
to display the first instance, I use: =VLOOKUP(C4,'[UPDATE
DB.xls]Sheet1'!$A$1:$C$300,1,) ... the request will be displayed by
using =VLOOKUP(C4,'[UPDATE DB.xls]Sheet1'!$A$1:$C$300,2,), and the
update would be displayed by =VLOOKUP(C4,'[UPDATE
DB.xls]Sheet1'!$A$1:$C$300,3,) ... This clearly makes excel diplay the
first instance of the reference number that was inputed in C4. I cant
display the other instances. (if C4 has three instances in the
database.)
i dont know if im making any sense here, but any help would be greatly
appreciated...
Thanks,
aj