Forum Discussion
Remya Ramakrishnan
Feb 09, 2018Copper Contributor
Divide a quantity as whole number among multiple cells
Hello,
Any suggestion for an excel formula to derive A2, B2, C2, D2 values.
Eg:
Category
Income
A
B
C
D
Sal1
11
3
3
3
2
if we divide 11 among 4 c...
- Feb 09, 2018
=MIN(IF(COLUMN()=3,$B2,$B2-SUM($C2:OFFSET(C2,0,-1))), ROUNDUP($B2/(SUMPRODUCT(NOT($1:$1=0)*1)-2),0))
Willy Lau
Oct 25, 2018Steel Contributor
I am so sorry for the late reply. I am not sure if the following approach suits your needs.
The Formula is
=$A$1/SUMPRODUCT(--(ISFORMULA($B$1:$F$1)))
A | B | C | D | E | F | |
1 | 50 | =TheFormula | =TheFormula | =TheFormula | =TheFormula | =TheFormula |
Allain McCallum
Oct 30, 2018Copper Contributor
Thanks for trying, I couldn't get that formula to work at all.
:-(
- Willy LauNov 08, 2018Steel ContributorMay I have your excel version? Does it have IsFormula Function?
- Allain McCallumNov 08, 2018Copper Contributor
I have 2016, I don't know what isFormula function is.
- Willy LauNov 08, 2018Steel Contributor
Reference : IsFormula Function