Kirstym1918

New Member
Joined
Dec 17, 2017
Messages
45
Hi all,

I am setting up a calendar / planner on excel at the moment and I need the exact same text that I have typed into the first sunday cell to repeat on each every other sunday cell but at 9 weekly intervals.

Anyone any ideas?

Much Appreciated
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
if this date minus first date is equal to 63 or 126 or 189 or 252 or 315 then B12 or whatever cell ref is

=if(or(..........)),then....
 
Upvote 0
OK, still not achieving what I thought I could with the way this planner is going to work so I have had to rethink things, Do you know a formula I could use for the following

If A2 matches D2 and B2 matches I2 then return B1

Sorry I'm not great with excel only know basic formats, trying to self teach myself or at least with the help of the members of this board, I really must go on a course or something
 
Upvote 0
You are welcome.:)
 
Upvote 0
Hi

How do I get the formula to look in B7:J7 instead of just the one cell? It returns value when I put
=IF(AND('PMI Schedule'!$A7=$D9,'PMI Schedule'!$B7:J7=$P$2),$B$1,"")

=IF(AND('PMI Schedule'!$A7=$D9,'PMI Schedule'!$B7=$P$2),$B$1,"")
 
Upvote 0
Try:

Code:
[COLOR=#222222][FONT=Verdana]=IF(AND('PMI Schedule'!$A7=$D9,COUNTIF('PMI Schedule'![/FONT][/COLOR][COLOR=#FF0000][FONT=Verdana]$B7:J7,$[/FONT][/COLOR][COLOR=#222222][FONT=Verdana]P$2)>0),$B$1,"")[/FONT][/COLOR]
 
Upvote 0

Forum statistics

Threads
1,215,943
Messages
6,127,826
Members
449,411
Latest member
adunn_23

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