Hello,
I have a table with 6 columns (A, B, C, D, E, F).
Column A is where I am plugging my formula to get my return value. Currently, the formula is as follows:
=CONCATENATE("T"&TEXT(B1,"000")&"R"&TEXT(C1,"00")&"W"&D1&"S"&TEXT(E1,"00")). This is my end result (return value) T037R09W4S05A
I'm having trouble with the end return value (A). Basically finishing off this formula so that it will look in column F, find certain specific numbers and if those numbers are there it would return the following letters at the end of this return value. The data in column F are random numbers/sequences from 1 to 36, each separated by a comma if there are multiple numbers.
If cell contains ALL the numbers from 1 to 36 then return value A
If cell contains the numbers 1, 2, 7 and 8 (in any order) then return value SE
If cell contains the numbers 3, 4, 5, 6 (in any order) then return value SW
If cell contains the numbers 9, 10, 15, 16 (in any order) then return value NE
If cell contains the numbers 11, 12, 13, 14 (in any order) then return value NW
If cell contains the numbers 1, 2, 7, 8, 9, 10, 15, 16 (in any order) then return value E
If cell contains the numbers 3, 4, 5, 6, 11, 12, 13, 14 (in any order) then return value W
If cell contains the numbers 9, 10, 11, 12, 13, 14, 15, 16 (in any order) then return value N
If cell contains the numbers 1, 2, 3, 4, 5, 6, 7, 8 (in any order) then return value S
If cell only contains ONE number by itself then return value L with that number as a two digit (ie L07 or L12).
I'm praying someone can please help? Having a hard time and fighting a deadline.
With kind regards,
thank you
![]()
Bookmarks