C
Chuckg
I have one spreadsheet titled "Collections" and another titled "Customer
Service." The last spreadsheet is titled "Resources." Each
spreadsheet has every day of the year listed in column A1 down. My
goal is that if any entry (like the name Chuck) is made into any
cell(s) - other than the dated cells - on Training 1 &/or 2 that entry
is populated into a specific column on the Resource spreadsheet.
In other words:
I want the entry “Chuck” in E10 on the Collection spreadsheet to
populate in B10 on the Resource spreadsheet.
I want the entry “Chuck” in C22 on the Customer Service spreadsheet to
populate in B22 on the Resource spreadsheet.
ETC.
ETC.
If the entry “Chuck” is populated more than once in any dated row on
any spreadsheet I need an error to populate in the matching cell in the
designated column on the Resource spreadsheet.
I think that I’m almost there with this formula:
=IF('CUSTOMER SERVICE'!A:H="CHUCK","CHUCK", "")
However, this argument doesn’t put the entry in the specific designated
column on the Resource spreadsheet.
Make sense?
Service." The last spreadsheet is titled "Resources." Each
spreadsheet has every day of the year listed in column A1 down. My
goal is that if any entry (like the name Chuck) is made into any
cell(s) - other than the dated cells - on Training 1 &/or 2 that entry
is populated into a specific column on the Resource spreadsheet.
In other words:
I want the entry “Chuck” in E10 on the Collection spreadsheet to
populate in B10 on the Resource spreadsheet.
I want the entry “Chuck” in C22 on the Customer Service spreadsheet to
populate in B22 on the Resource spreadsheet.
ETC.
ETC.
If the entry “Chuck” is populated more than once in any dated row on
any spreadsheet I need an error to populate in the matching cell in the
designated column on the Resource spreadsheet.
I think that I’m almost there with this formula:
=IF('CUSTOMER SERVICE'!A:H="CHUCK","CHUCK", "")
However, this argument doesn’t put the entry in the specific designated
column on the Resource spreadsheet.
Make sense?