Hello.
I have a sheet that has a master list of all the item employees in my company have signed out, I am making a sheet to pull that information in based off a search of an employee. Not all employees have the same equipment signed out so some of the cells are blank.
Here is what the sheet of data looks like.
And here is what the search sheet looks like.
In H7 I currently have =IF(ISBLANK(VLOOKUP(A7,Sheet2!A:G,3,FALSE)),"BLANK",VLOOKUP(A7,Sheet2!A:G,3,FALSE))
What I am trying to do is if the cell that it is looking up is blank or not, if it is not blank I want the "Serial Number" to transfer over, and if it is blank I want to search the next cell and basically repeat the process. The problem I am running into is whenever I replace the value_if_true portion ("Blank") with another IF(ISBLANK(VLOOKUP) formula everything stops working.
Thank you all in advance for your help!
This is not the exact information I am working with. The real sheet is on my work computer, I am just trying to find the solution before I go back in.
I have a sheet that has a master list of all the item employees in my company have signed out, I am making a sheet to pull that information in based off a search of an employee. Not all employees have the same equipment signed out so some of the cells are blank.
Here is what the sheet of data looks like.
And here is what the search sheet looks like.
In H7 I currently have =IF(ISBLANK(VLOOKUP(A7,Sheet2!A:G,3,FALSE)),"BLANK",VLOOKUP(A7,Sheet2!A:G,3,FALSE))
What I am trying to do is if the cell that it is looking up is blank or not, if it is not blank I want the "Serial Number" to transfer over, and if it is blank I want to search the next cell and basically repeat the process. The problem I am running into is whenever I replace the value_if_true portion ("Blank") with another IF(ISBLANK(VLOOKUP) formula everything stops working.
Thank you all in advance for your help!
This is not the exact information I am working with. The real sheet is on my work computer, I am just trying to find the solution before I go back in.