Good morning,
This should be a simple formula to create but I am not properly completing my argument. I have a sheet that has three columns, Most recent (checkbox), date, & summary. From another sheet I want to receive data that is in the summary column if the checkbox in the most recent is checked. The logic on the target sheet will never have more than one check box selected.
Formula –
=INDEX(COLLECT({sheetname - Narrative Summary - In Range 2}, {sheetname
- Narrative Summary - In Range 1}, true))
Range 2 = the summary column
Range 1 = most recent column where the checkbox is selected.
Any guidance would be most, most appreciated.
Thanks,