Forum Discussion
simonjudd
Feb 21, 2020Copper Contributor
Need to split a figure across multiple rows, but not past 2 decimal places
Hi everyone, We have a spreadsheet set-up for a financial return but we have an anomaly in it that I need to solve. Currently, we have a monthly figure (e.g. 116,391.62) that needs to be split a...
- Feb 21, 2020I'd suggest using =ROUND(B$1/4, 2) or similar for the first three weeks, and then =$B1-SUM(B2:B4) for the bottom one.