Formula Help

I have two helper columns that I want to use to complete the first column.
The "Find a TAX ID" column is used to see if the row tax id is on another sheet. If so, it brings in the tax id.
The Find a Complete is looking at the other sheet, finding the tax ID and seeing if it's marked complete. If it is complete, it's returning a "1".
If I get a Tax ID # in the first column, plus a "1" in the second column, I want to mark "Network Change Request (Y or N) as a "Y"
I need help with the formula for the first column.
Thank you for any help!
Best Answer
-
Try this:
=IF(AND([Find a TAX ID?]@row <> "", [Find a Complete?]@row = 1), "Y", "N")
Answers
-
Try this:
=IF(AND([Find a TAX ID?]@row <> "", [Find a Complete?]@row = 1), "Y", "N")
-
Genius! and probably above my pay grade (a/k/a brain power) to have come up with myself. THANK YOU!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!