Welcome to the MrExcel board!
Pretty hard to make any comment without seeing the formula and the data (dummy) that the formula is referencing.
I suggest that you investigate XL2BB for providing sample data & expected results to make it easier for helpers to understand just what you have & where it is and also what you want & where it is to be.
(If you have trouble with XL2BB, review the "XL2BB Icons greyed out" link in the 'Known XL2BB issues' section near the top of the XL2BB Instructions page linked above.)
Thank you for the suggestion, I wish that were the problem!In that reference into other sheet? Maybe tiny mistype in sheet name?
Thanks - I will need to work out how to install XL2BB - much appreciated!Welcome to the MrExcel board!
Pretty hard to make any comment without seeing the formula and the data (dummy) that the formula is referencing.
I suggest that you investigate XL2BB for providing sample data & expected results to make it easier for helpers to understand just what you have & where it is and also what you want & where it is to be.
(If you have trouble with XL2BB, review the "XL2BB Icons greyed out" link in the 'Known XL2BB issues' section near the top of the XL2BB Instructions page linked above.)
Unfortunately we cannot tell anything from that - other than that there is a #REF! error (but you already told us that)This is a screenshot.
Hmm, if that was the case I don't think that you would have started this thread.all of these formulae work
This is the formula and there is data in all the cells in the sheet referenced.Unfortunately we cannot tell anything from that - other than that there is a #REF! error (but you already told us that)
Hmm, if that was the case I don't think that you would have started this thread.
If that is the one returning a #REF! error, then the first thing would be to carefully check JP9:KT9 in 'Daily Data 3min Reach' to ensure one of those cells does not contain a #REF! error.This is the formula and there is data in all the cells in the sheet referenced.
=SUM('Daily Data 3min Reach'!JP9:KT9)
=LET(d,'Daily Data 3min Reach'!JP9:KT9,TEXTJOIN(", ",,FILTER(ADDRESS(9,COLUMN(d),4),ISERROR(d),"No errors")))