ScottTemple
Board Regular
- Joined
- Dec 28, 2023
- Messages
- 103
- Office Version
- 365
- Platform
- Windows
Hello,
I have the following formula:
=CHOOSECOLS(A2#,13)-BYROW(CHOOSECOLS(A2#,23,24,28,29),LAMBDA(br,SUM(br)))
However, if the value in A2#,13 is missing, I receive a #VALUE! error. I've made attempts to correct this, but the best formula I could come up with does not work (see below). Any thoughts?
=LET(a,CHOOSECOLS(A2#,13)-BYROW(CHOOSECOLS(A2#,23,24,28,29),LAMBDA(br,SUM(br))),IF(a="","",a))
I have the following formula:
=CHOOSECOLS(A2#,13)-BYROW(CHOOSECOLS(A2#,23,24,28,29),LAMBDA(br,SUM(br)))
However, if the value in A2#,13 is missing, I receive a #VALUE! error. I've made attempts to correct this, but the best formula I could come up with does not work (see below). Any thoughts?
=LET(a,CHOOSECOLS(A2#,13)-BYROW(CHOOSECOLS(A2#,23,24,28,29),LAMBDA(br,SUM(br))),IF(a="","",a))