Hi Everyone,
I am trying to create a calendar that will prefill specific areas for me.
e.g. If "Subject" column contains the word "Travel" and "Start Time" is 14:30 then "End Time" should automatically add 30 mins and become 15:00.
This is my first attempt at using IF functions and I am pretty novice when it comes to excel so I apologise if I am totally off base with this.
The formula I am attempting to use is =IF(A2="Travel",=D2+TIME(0,30,0),=D2) - However as soon as I type it in the brackets around the time function go red.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Subject
[/TD]
[TD]Start Time
[/TD]
[TD]Start Date
[/TD]
[TD]End Time
[/TD]
[TD]End Date
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(A2="Travel",=D2+TIME(0,30,0),=D2)<strike></strike>
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a feeling I maybe entering the formula in the wrong column as well but I have tried in the first column as well and get a circular reference error.
ANy help would be sincerely appreciated.
I am trying to create a calendar that will prefill specific areas for me.
e.g. If "Subject" column contains the word "Travel" and "Start Time" is 14:30 then "End Time" should automatically add 30 mins and become 15:00.
This is my first attempt at using IF functions and I am pretty novice when it comes to excel so I apologise if I am totally off base with this.
The formula I am attempting to use is =IF(A2="Travel",=D2+TIME(0,30,0),=D2) - However as soon as I type it in the brackets around the time function go red.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Subject
[/TD]
[TD]Start Time
[/TD]
[TD]Start Date
[/TD]
[TD]End Time
[/TD]
[TD]End Date
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(A2="Travel",=D2+TIME(0,30,0),=D2)<strike></strike>
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a feeling I maybe entering the formula in the wrong column as well but I have tried in the first column as well and get a circular reference error.
ANy help would be sincerely appreciated.