LogPlanner
New Member
- Joined
- Jan 14, 2024
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
I have a spreadsheet that is tied to 14 different spreadsheets.
I am trying to track required training for individuals, but each training requirement has multiple options to complete the training, but not all options are required to end up being considered good or complete on the training.
Currently I have a training requirement that has 6 different options to complete the training, but only one requirement is require to be considered good.
What I would like to do is, if Column S says "Complete" then the formula will read the cells on the source spreadsheet and return "Complete" and the cell on the source spreadsheet is blank, then the cell would remain blank so I know what course was complete.
If Column S says "Incomplete", then all the cells that are blank would come back as "Incomplete" unless there is data in the cell, then it would return "Complete"
The columns in use are the following:
D = the source data for VLOOKUP
S = the column that my current VLOOKUP formula will return a "Complete" or "Incomplete" based off this formula: =IF(VLOOKUP(D3,'[name.xlsx]Sheet1'!$1:$1048576,17,FALSE)>0,"Complete","Incomplete")
Column I is the first cell where I want it to return "Complete" or "Incomplete" based off the data in the S Column.
I tried this formula =IF(S3="Incomplete",IF(VLOOKUP(D3,'[name.xlsx]Sheet1'!$1:$1048576,17,FALSE)>0,"Complete","Incomplete"),"Incomplete"),"Complete")
I am sure you already see the problem, but here is what I get. If S3="Complete" it marks the cell complete even if the source spreadsheet has no data in that cell.
I hope I am explaining this in a way that you understand it. I have no official training in excel, I think that is obvious, and usually can Google a solution, but what I am looking to do is beyond a simple Google search.
Thanks in advance
I am trying to track required training for individuals, but each training requirement has multiple options to complete the training, but not all options are required to end up being considered good or complete on the training.
Currently I have a training requirement that has 6 different options to complete the training, but only one requirement is require to be considered good.
What I would like to do is, if Column S says "Complete" then the formula will read the cells on the source spreadsheet and return "Complete" and the cell on the source spreadsheet is blank, then the cell would remain blank so I know what course was complete.
If Column S says "Incomplete", then all the cells that are blank would come back as "Incomplete" unless there is data in the cell, then it would return "Complete"
The columns in use are the following:
D = the source data for VLOOKUP
S = the column that my current VLOOKUP formula will return a "Complete" or "Incomplete" based off this formula: =IF(VLOOKUP(D3,'[name.xlsx]Sheet1'!$1:$1048576,17,FALSE)>0,"Complete","Incomplete")
Column I is the first cell where I want it to return "Complete" or "Incomplete" based off the data in the S Column.
I tried this formula =IF(S3="Incomplete",IF(VLOOKUP(D3,'[name.xlsx]Sheet1'!$1:$1048576,17,FALSE)>0,"Complete","Incomplete"),"Incomplete"),"Complete")
I am sure you already see the problem, but here is what I get. If S3="Complete" it marks the cell complete even if the source spreadsheet has no data in that cell.
I hope I am explaining this in a way that you understand it. I have no official training in excel, I think that is obvious, and usually can Google a solution, but what I am looking to do is beyond a simple Google search.
Thanks in advance