bloodmilksky
Board Regular
- Joined
- Feb 3, 2016
- Messages
- 202
Hi Guys,
I am currently working on a holiday request form and I am at the very early stages of it. I was just wondering if anyone could help me with integrating the below formula into VBA please as I am a complete newbie.
=IF(C21 ="Jan","01",IF(C21 ="Feb","02", IF(C21 ="Mar","03" ,IF(C21 ="Apr","04""Month Required")))
=IF(E21 ="Jan","01",IF(E21 ="Feb","02", IF(E21 ="Mar","03" ,IF(E21 ="Apr","04""Month Required")))
then Concatenate the results from C21 & D21 into H21
E21 & F21 into I21
And Change into Date format.
Any help would be greatly appreciated.
Bloodmilksky
I am currently working on a holiday request form and I am at the very early stages of it. I was just wondering if anyone could help me with integrating the below formula into VBA please as I am a complete newbie.
=IF(C21 ="Jan","01",IF(C21 ="Feb","02", IF(C21 ="Mar","03" ,IF(C21 ="Apr","04""Month Required")))
=IF(E21 ="Jan","01",IF(E21 ="Feb","02", IF(E21 ="Mar","03" ,IF(E21 ="Apr","04""Month Required")))
then Concatenate the results from C21 & D21 into H21
E21 & F21 into I21
And Change into Date format.
Any help would be greatly appreciated.
Bloodmilksky