![]() |
#7
|
||||
|
||||
![]()
You can try this:
Add titles to Y1:AA1 (which are the same as results you want returned for the respective columns).. then use formula: =IFERROR(INDEX($Y$1:$AA$1,SUMPRODUCT(($Y$2:$AA$5=$ A2)*((COLUMN($Y$2:$AA$5)-COLUMN($Y$2:$Y$5)+1)))),"") copied down. or if you only have 2 or three possibilies a simple nested if.. =IF(ISNUMBER(MATCH(A2,$Y$2:$Y$10,0)),"NSA",IF( ISNUMBER(MATCH(A2,$Z$2:$Z$10,0)),"MEEPA",IF( ISNUMBER(MATCH(A2,$AA$2:$AA$10,0)),"EUM",""))) |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Formula Copy Row 2 Row But Next Column In Formula From Another Tab | TimG | Excel | 3 | 04-16-2018 09:20 PM |
Help with Formula | Ragincajun22 | Excel | 1 | 08-24-2017 08:44 AM |
![]() |
innkeeper9 | Excel | 2 | 09-13-2016 08:59 PM |
Need help with dragging a formula and changing a reference column as I drag the formula. | LupeB | Excel | 1 | 10-22-2015 03:02 PM |
Formula help | furface00 | Excel | 10 | 02-26-2012 05:34 AM |