Hi all
I am trying to write a simple formula to pull data from different sheets. Essentially if sheet 1 is answered yes, then I want to take data from sheet 2 and place it in sheet 3.
Here is the formula I am currently trying but keep #invalidoperation.
=IF({Copy of Appendix B Approval Range 1} = "Yes", "{Appendix B - Dakota Action Items Range 1}", "")
Where Copy of Appendix B Approval Range 1 is a column and Dakota Action Items Range 1 is a cell.
I can get it to work as is if I change Copy of Appendix B Approval Range 1 to a cell but that wont work when rows are added to the sheet.
Any help is appreciated!