Hi,
I'm creating a summary sheet,
I have a few sheets with the same columns, and I want to add COUNTIF formulas to the summary sheet,
I'd like to know if there's any way that the Reference should be a dynamic option, so if a user chooses on the Reference sheet from a dropdown column: Sheet 1, the formulas knows to use reference #1 in a hidden column or sheet summary column?
I tried creating a column with an IF formula, that IF dropdown column is sheet 1, it should say the reference of sheet 1, but it seems like the COUNTIF looks at the IF column instead of actually using the reference to look it up.
it will always return 0, because there are 0 of that match in the IF column...
Thank you!