Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default If then Statement for Excel Columns

Hello,

I'm not very proficient at Excel. Need some help. How would I go about making a if then statement for 2 rows.

I would like something like this.

"If dates in Column K is less than 01/08/2011 -- then Column E = Old else Column = New"

I have a bunch of dated forms and if its older then 01/08/2011 I need it to post Old or New if its newer then 01/08/2011.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 143
Default If then Statement for Excel Columns

In E1 enter:

=IF(K1<DATEVALUE("1/8/2011"),"Old","New")
and copy down
  #3   Report Post  
Junior Member
 
Posts: 10
Default

I have a bunch of dated forms and if its older then 01/08/2011 I need it to post Old or New if its newer then 01/08/2011.
_____
memory foam mattress | adjustable mattresses | memory pillow
  #4   Report Post  
Junior Member
 
Posts: 2
Default

Great!

Thanks,
Zoio

Quote:
Originally Posted by James Ravenswood View Post
In E1 enter:

=IF(K1<DATEVALUE("1/8/2011"),"Old","New")
and copy down
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you do an IF statement in Excel comparing three columns JB Excel Worksheet Functions 1 February 2nd 10 05:04 PM
if statement using rows and columns Joe@Phoenix Excel Discussion (Misc queries) 5 August 31st 09 09:37 PM
IF Statement using several columns klcmomy Excel Worksheet Functions 3 May 7th 09 03:56 AM
Countif Statement for 2 columns FormulaQuestioner Excel Discussion (Misc queries) 4 February 8th 08 02:45 AM
If statement using multi columns KReese Excel Worksheet Functions 5 June 2nd 06 02:57 PM


All times are GMT +1. The time now is 06:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"