Hi, I need to get the value of certain cells if certain other cells match. Example:
EM + DG have the values I need them to match, and if they match, I need to getvalueif of other columns.
Like, a GetValueIf (of column ES) of the rows where the value in EM matches that of DG.
EM43 = 1111
DG2 = 1111
Then get value of ES.
If there were a GetValueIf formula, it could be, =GetValueIf(DG2:DG37=1111),ES
In my way rudimentary formula-writing... guess attempt. *I am okay typing in the 1111.* Though I think that a multiple criteria matching effort might be the way to go, so it matches the value in two different columns, then gets the value of a third column?
If anyone's able to make sense of my effort here, please let me know. Thank you!!
EM + DG have the values I need them to match, and if they match, I need to getvalueif of other columns.
Like, a GetValueIf (of column ES) of the rows where the value in EM matches that of DG.
EM43 = 1111
DG2 = 1111
Then get value of ES.
If there were a GetValueIf formula, it could be, =GetValueIf(DG2:DG37=1111),ES
In my way rudimentary formula-writing... guess attempt. *I am okay typing in the 1111.* Though I think that a multiple criteria matching effort might be the way to go, so it matches the value in two different columns, then gets the value of a third column?
If anyone's able to make sense of my effort here, please let me know. Thank you!!