this is easy but why can i do it!!!

eric86vabeach

New Member
Joined
Jan 29, 2014
Messages
23
ok i have a sheet that looks like this


fst namelst nameemailbdayjanfebaprmayjunjulaugsepoctnovdec
ericgeric86@blah1/30i want the email show here
bobsmithbob@aol.com5/12email

<tbody>
</tbody>

i would like to know what to put in the cells to show the email in the right months that there birthday is in so i can look down the list and email the people that are have there bday that month

can you plzzzzz help me !!!!
thanks for your time

eric
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
fst namelst nameemailbdayjanfeb
ericgeric86@blah30-Janeric86@blah
bobsmithbob@aol.com12-Feb bob@aol.com

<COLGROUP><COL style="WIDTH: 48pt" span=6 width=64><TBODY>
</TBODY>

in E2 and copied down and across try: =IF(MONTH($D2)=COLUMNS($C2:C2),$C2,"")
 
Upvote 0
here is a way...


Excel 2010
ABCDEFGHI
112345
2FirstLastEmialBdayJanFebMarAprMay
3ABabEmail30-JanabEmail    
4BCbcEmail12-May    bcEmail
Sheet1
Cell Formulas
RangeFormula
F1=1+E1
F3=IF(MONTH($D3)=F$1,$C3,"")
F4=IF(MONTH($D4)=F$1,$C4,"")
G1=1+F1
G3=IF(MONTH($D3)=G$1,$C3,"")
G4=IF(MONTH($D4)=G$1,$C4,"")
H1=1+G1
H3=IF(MONTH($D3)=H$1,$C3,"")
H4=IF(MONTH($D4)=H$1,$C4,"")
I1=1+H1
I3=IF(MONTH($D3)=I$1,$C3,"")
I4=IF(MONTH($D4)=I$1,$C4,"")
E3=IF(MONTH($D3)=E$1,$C3,"")
E4=IF(MONTH($D4)=E$1,$C4,"")
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,928
Members
449,094
Latest member
teemeren

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