Cross sheet formula to pull in value
I am trying to write a formula that looks at another sheet, looks at 1 column if the column is NOT equal to 0 then it would pull in a different column's cell information.
=IF(INDEX({Job Intake Form - Fence Range 1},1){Job Intake Form - Fence Range 2}>0)
This is what I was thinking {Job Intake Form - Fence Range 1} references the column that I want the information to copy to my sheet, and {Job Intake Form - Fence Range 2} looks at the column to evaluate if it is greater than 0. Am I on the right track here? Any help is greatly appreciated.
Answers
-
So you want to bring in from Range 2 if Range 1 is not equal to zero?
-
I want to bring in the information from range 1 if the information in range 2 is not equal to 0. Do I have my formula set up backwards?
Thank you for your help.
-
Your most recent description is the opposite of the original description. Give this a try:
=INDEX(COLLECT({Range 1}, {Range 2}, @cell> 0), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!