how to add new column of data that depends on value of other column

jennxf

New Member
Joined
Jul 12, 2013
Messages
19
Original table
Date
Target​
May 1, 2014
May 2, 2014
May 3, 2014
May 4, 2014

<tbody>
</tbody>

I have an excel table populated with 2 columns Date and Target where Target is a binary column which will be filled with either 1 or 0. I want to write a function such that if date is before May 3, 2014, then populate the Target column with 0. Otherwise, populate the column with 1.

Output I want
Date
Target​
May 1, 20140
May 2, 2014
0
May 3, 2014
1
May 4, 20141

<tbody>
</tbody>


Thank you,
J
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Try this...

<html><head><title>Excel Jeanie HTML</title></head><body>

<!-- ######### Start Erzeugter Html Code zum Kopieren ########## -->


Excel Workbook
AB
201-05-20140
301-05-20140
403-05-20141
504-05-20141
Sheet2







<!-- ######### Ende Erzeugter Html Code zum Kopieren ########## -->


</body></html>
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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