CordingBags
New Member
- Joined
- Mar 7, 2022
- Messages
- 43
- Office Version
- 2016
- Platform
- Windows
I need to find on which sheet within my workbook a target value appears.
The target value is a cell that contains the sum of two other cells, one a date and one a time. Target values are held in column BB of each sheet
I need to know if this "number" is unique within my workbook
Or if there are duplicates, which sheet(s) they are on.
Ideally a list of sheets but an indication that a duplicate exists somewhere would suffice.
So far in cell BA5 I have =IF(VLOOKUP(BB5,'MENS EVE LGE 2'!BB5:BB318,1,FALSE)>1,"MENS EVE LGE 2",""), which is fine for the first sheet but there are 16 others to check and I cannot find the syntax to check the next sheet(s). This formula is copied down column BA to row 318 =IF(VLOOKUP(BB318,'MENS EVE LGE 2'!BB5:BB318,1,FALSE)>1,"MENS EVE LGE 2","")
Not even 100% sure I am using the correct function and hope someone can advise.
Basic logic, are the value of cells in column BB on current sheet unique or do any repeat on any other sheet within the workbook.
The value will only appear in cells BB5:BB318 of each worksheet.
Perhaps ignoring this range is "simpler" Does any other sheet contain the value held in Sheet ?? cell BB?
Or even is value in Cell BB? unique in this workbook YES/NO
Every worksheet will replicate the same calculation in column BA indicating the other half of the duplication should it exist.
If there is no duplication then #NA or similar e.g. "Not Found" should be returned.
Appreciate any help
Thanks
Paul
EXCEL 2016 Win 11
The target value is a cell that contains the sum of two other cells, one a date and one a time. Target values are held in column BB of each sheet
I need to know if this "number" is unique within my workbook
Or if there are duplicates, which sheet(s) they are on.
Ideally a list of sheets but an indication that a duplicate exists somewhere would suffice.
So far in cell BA5 I have =IF(VLOOKUP(BB5,'MENS EVE LGE 2'!BB5:BB318,1,FALSE)>1,"MENS EVE LGE 2",""), which is fine for the first sheet but there are 16 others to check and I cannot find the syntax to check the next sheet(s). This formula is copied down column BA to row 318 =IF(VLOOKUP(BB318,'MENS EVE LGE 2'!BB5:BB318,1,FALSE)>1,"MENS EVE LGE 2","")
Not even 100% sure I am using the correct function and hope someone can advise.
Basic logic, are the value of cells in column BB on current sheet unique or do any repeat on any other sheet within the workbook.
The value will only appear in cells BB5:BB318 of each worksheet.
Perhaps ignoring this range is "simpler" Does any other sheet contain the value held in Sheet ?? cell BB?
Or even is value in Cell BB? unique in this workbook YES/NO
Every worksheet will replicate the same calculation in column BA indicating the other half of the duplication should it exist.
If there is no duplication then #NA or similar e.g. "Not Found" should be returned.
Appreciate any help
Thanks
Paul
EXCEL 2016 Win 11