ChrisSingle
New Member
- Joined
- Jun 17, 2011
- Messages
- 3
Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
I am trying to write an IF condition in excel, but somehow don’t seem to manage to get it to work. <o></o>
I want Cell C37 to automatically fill its content depending on the choice in Cell B37, which has a drop down menu with “setting off from”, “arrive at” and “collect from” (B38, B39 and B40). <o></o>
If “setting off from” then the content of C35 should move to C37<o></o>
If “arrive at” or “collect from” then the content of G35 should move to C37<o></o>
<o></o>
I have written<o></o>
=IF(B37="setting off from";C37=C35;IF(B37=”arrive at”;C37=G35;IF(B37=”collect from”;C37=G35;"false")))<o></o>
<o></o>
But not sure why its not working<o></o>
<o></o>
Many thanks in advance for your help<o></o>
<o></o>
Chris Single
<o></o>
I am trying to write an IF condition in excel, but somehow don’t seem to manage to get it to work. <o></o>
I want Cell C37 to automatically fill its content depending on the choice in Cell B37, which has a drop down menu with “setting off from”, “arrive at” and “collect from” (B38, B39 and B40). <o></o>
If “setting off from” then the content of C35 should move to C37<o></o>
If “arrive at” or “collect from” then the content of G35 should move to C37<o></o>
<o></o>
I have written<o></o>
=IF(B37="setting off from";C37=C35;IF(B37=”arrive at”;C37=G35;IF(B37=”collect from”;C37=G35;"false")))<o></o>
<o></o>
But not sure why its not working<o></o>
<o></o>
Many thanks in advance for your help<o></o>
<o></o>
Chris Single