Weekly CF into Daily CF (by dates, divided by 7)

jlmre00

New Member
Joined
Aug 19, 2024
Messages
12
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi all!

BACKGROUND: I have a [ Weekly CF totals ] that I needs to be converted into [ Daily CF ] by dates. It could be a straight line division by 7

PROBLEM: tried LOOKUP and IF statements and even intermediate support calcs but not getting the #'s shows up in the right dates

Please see the screen shot

Thank you in advance!
 

Attachments

  • 2024-08-25_21-39-25.png
    2024-08-25_21-39-25.png
    129.6 KB · Views: 14
That file is coming as unauthorized. You need to mark it for sharing & then post the link you given.
 
Upvote 0

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
In D34 of Daily sheet, Copied across. In 2025 2026 Sales Projections range taken up to BM. If required change it.
Excel Formula:
=IFERROR(INDEX('2025 2026 Sales Projections'!$D$28:$BM$28,AGGREGATE(15,6,COLUMN('2025 2026 Sales Projections'!$D$27:$BM$27)/('2025 2026 Sales Projections'!$D$27:$BM$27>=D$12),1)-COLUMN($C$28)),"")
I slightly adjusted this and it worked!! Thank you very much!!
 
Upvote 0
I slightly adjusted this and it worked!! Thank you very much!!
Since the earlier post contained the gist of the solution the marked solution has been changed accordingly. In your future questions, please mark the post as the solution that actually answered your question, instead of your feedback message as it will help future readers. No further action is required for this thread.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top