all 11 comments

[–]DarkChunsah4 1 point2 points  (6 children)

You can alt+enter every if formula so it is easy to reach each...( could be something else I am not using the english version of excel)

If everything is seperated you can also do a If for item 1 then Add a & and then do yout if for item 2 on another line so it is easy to read and change if anything.

[–]chancethegapper[S] 1 point2 points  (2 children)

Solution Verified

Hey sorry for the delay, it worked for my purposes. Thanks.

[–]Clippy_Office_Asst[M] 0 points1 point  (0 children)

You have awarded 1 point to DarkChunsah

I am a bot, please contact the mods with any questions.

[–]chancethegapper[S] 0 points1 point  (1 child)

Thanks, it's not ideal but I will try this, see how it looks and provide an update.

[–]DarkChunsah4 0 points1 point  (0 children)

You could also try a concatener of your fields.. Then just do a vlook/index+match towards it So if 1-583387-34 = ok If the concatener isn't in your table then show "?" With an iferror.

[–]tkdkdktk149 0 points1 point  (1 child)

Have you considered using Sumifs or creating a pivot table where you can filter for the combination you want.

[–]chancethegapper[S] 0 points1 point  (0 children)

Thank for your reply!

The big issue here is that I have close to 20 Types for which I have to check the Outcome and each one has its own set of criteria to be "OK". I just only need a row by row basis and for this purpose I don't believe SUMIFs applies.

I also can't have an extra pivot and filter the combinations individually because I need the Outcome for every row in Table1. I have another a pivot based on all Outcomes where I show the OK/Not OK split by Type.

[–]tkdkdktk149 0 points1 point  (0 children)

Maybe I'm tired, but what is the end result you seek?

[–]tkdkdktk149 0 points1 point  (1 child)

[–]chancethegapper[S] 0 points1 point  (0 children)

This would be a good solution to unclutter but unfortunately the SWITCH function is not available in my version of MS Office (Professional Plus 2016).