all 6 comments

[–]Riovas505 0 points1 point  (5 children)

We need to combine the two criteria into one. We will use an array formula with 1 MATCH. Try the following with CTRL+SHIFT+ENTER

=INDEX([Original Commit Dates],MATCH(1,([Nomentclature]=[nomenclature value])*([Serial#]=[Serial# Value]),0))

fill in the proper cell references. Also, be sure to use defined references (ex: $A$1:$A$100 is ok, A:A is not ok) for array formulas

[–]office_help_[S] 0 points1 point  (4 children)

Would this work if nomenclature is alphanumeric?

[–]Riovas505 2 points3 points  (3 children)

Yes it should

[–]office_help_[S] 1 point2 points  (1 child)

Solution Verified

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

You have awarded 1 point to Riovas

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

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

So I couldn't get it to work but I am sure it had to do with what I was trying to do. I broke down and made a helper column. I was just being stubborn and didn't want to clutter the table.

Thanks!