Hi there,
I'm trying to categorise records in my spreadsheet by looking at values in a number of other cells. This is so that I can then use a macro to pull them across into other sheets.
In a nutshell, there are three cells in each row that display whether a particular party has an interest in the product for that record. So there is a total of 8 different combinations of interests that I am trying to capture.
Company A Only – I4=”NO”, P4=”YES”, S4=”NO”
Company B Only – I4=”NO”, P4=”NO”, S4=”YES”
Company C Only - I4=”YES”, P4=”NO”, S4=”NO”
No Interest - I4=”NO”, P4=”NO”, S4=”NO”
Company A & Company B - I4=”NO”, P4=”YES”, S4=”NO”
Company A & Company C - I4=”YES”, P4=”YES”, S4=”NO”
Company B & Company C - I4=”YES”, P4=”NO”, S4=”YES”
Company A, Company B & Company C - I4=”YES”, P4=”YES”, S4=”YES”
I'm currently planning to just do a huge nested IF statement with a numeric value (1-8) being returned depending on which of the 8 categories the record meets, which i know is probably not ideal, but I'm not exactly a guru when it comes to other formulas.
Any advice would be greatly appreciated.
Cheers
I'm trying to categorise records in my spreadsheet by looking at values in a number of other cells. This is so that I can then use a macro to pull them across into other sheets.
In a nutshell, there are three cells in each row that display whether a particular party has an interest in the product for that record. So there is a total of 8 different combinations of interests that I am trying to capture.
Company A Only – I4=”NO”, P4=”YES”, S4=”NO”
Company B Only – I4=”NO”, P4=”NO”, S4=”YES”
Company C Only - I4=”YES”, P4=”NO”, S4=”NO”
No Interest - I4=”NO”, P4=”NO”, S4=”NO”
Company A & Company B - I4=”NO”, P4=”YES”, S4=”NO”
Company A & Company C - I4=”YES”, P4=”YES”, S4=”NO”
Company B & Company C - I4=”YES”, P4=”NO”, S4=”YES”
Company A, Company B & Company C - I4=”YES”, P4=”YES”, S4=”YES”
I'm currently planning to just do a huge nested IF statement with a numeric value (1-8) being returned depending on which of the 8 categories the record meets, which i know is probably not ideal, but I'm not exactly a guru when it comes to other formulas.
Any advice would be greatly appreciated.
Cheers
Last edited: