I am working with a worksheet to try and update another worksheet, what I need to create is a formula that when it reaches the figure 9 that the any remaining numbers drop into the next column,
if anyone can help with this it would be great
I am working with a worksheet to try and update another worksheet, what I need to create is a formula that when it reaches the figure 9 that the any remaining numbers drop into the next column,
if anyone can help with this it would be great
Hi,
Welcome to the forum.
You'll need to upload an example workbook showing a before and after situation. It's not obvious from your post exactly what you want to see.
It would also assist you to get more responses if you choose a better title. I'd suggest one except that I don't yet understand precisely what you want to do.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Please find the excel document
Thanks for looking
Paste the below formula in H13 cell and Drag it to Right
Formula:
=IF((SUM($D$13:$D$17)/(COLUMNS($H$1:H1)*9))>1,9,IF(SUM($D$13:$D$17)-((COLUMNS($H$1:H1)-1)*9)>0,SUM($D$13:$D$17)-((COLUMNS($H$1:H1)-1)*9),""))
Hope this helps!
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks