petercheunghk
New Member
- Joined
- Oct 18, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello , all
i have an excel (3 Sheet ) Staff , PC and Monitor
Staff
PC
in a PC Table Status 1 i use is ok
because some user have 1 more pc , so i need to check multiple column, so i try
but is not work
May i know how to change to formula or any other formula can do this jobs
i have an excel (3 Sheet ) Staff , PC and Monitor
Staff
Staff Name | PC 1 | PC 2 |
Staff 1 | Demo PC1 | Demo PC2 |
Staff 2 | Demo PC3 |
PC
Item | Label | Status 1 | Status 2 |
1 | Demo PC1 | Assigned | Not Assigned |
2 | Demo PC2 | Not Assigned | Not Assigned |
3 | Demo PC3 | Assigned | Not Assigned |
in a PC Table Status 1 i use is ok
Excel Formula:
=IFERROR(IF(MATCH(B2,Staff!$C:$C,0),"Assigned"),"Not Assigned")
because some user have 1 more pc , so i need to check multiple column, so i try
Excel Formula:
=IFERROR(IF(MATCH(B2,Staff!$C:$D,0),"Assigned"),"Not Assigned")
May i know how to change to formula or any other formula can do this jobs