I have a spreadsheet the runs Columns A - AF and Rows 2 - 1529 and increasing.
In Column B I have the project numbers which are currently in use. Sometimes when I sort by other columns, for instance Column M contains the Part Number, when I sort by the part number the result will return multiple rows from multiple different projects. Thus Column B will contain multiple project numbers.
At the bottom of my spreadsheet I have the following formula
=VLOOKUP(1,A1:B1529,2,FALSE)
This formula looks pulls out the project number from Column B, Row 1. What I would like this to do is compare all of Column B and if there is more than 1 project number, I would like it to return a statment like "Multi". But if there is only one project number I would like it to return that project number.
Possible?
Thanks,
Rosstamon
In Column B I have the project numbers which are currently in use. Sometimes when I sort by other columns, for instance Column M contains the Part Number, when I sort by the part number the result will return multiple rows from multiple different projects. Thus Column B will contain multiple project numbers.
At the bottom of my spreadsheet I have the following formula
=VLOOKUP(1,A1:B1529,2,FALSE)
This formula looks pulls out the project number from Column B, Row 1. What I would like this to do is compare all of Column B and if there is more than 1 project number, I would like it to return a statment like "Multi". But if there is only one project number I would like it to return that project number.
Possible?
Thanks,
Rosstamon