Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Need to bring data from another sheet based on 2 fields matching

The formula below must be mising something that I can't quite get. Goal: If the 2 cells combo of the row data on the current sheet are found on either of the other two sheets, then bring back the data from the request ID column from the match found on the other two sheets, or blank.

=IF(OR(COUNTIFS({Sheet1 - E#}, [E #]@row, {Sheet1 - A/R}, [Vendor A/R #]@row >0, COUNTIFS({sheet2 E#}, [E #]@row, {sheet2 A/R}, [A/R #]@row >0) {requestID}, "")))

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions