Hello, I have a scenario where I'd been successful in summarizing the distinct users names who'd created entries in my sheet and done some calculations from that. Below is my formula:
=IFERROR(INDEX(DISTINCT({NCP Originator}), Index@row), "")
Now, my records have gotten to a point where I needed to archive older records, but now I have two source sheets that I'd like to summarize the Distinct list of users who originated the records from both sheets. Is that possible to combine into what I have with the formula above?
{NCP Originator} is from my live sheet
{NCP Originator ARCHIVE} is from my archive sheet
I want to be able to get a unique/distinct list of names across both those columns.
Help me Smartsheet Community, you're my only hope.