Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shari Jamison
 
Posts: n/a
Default If date = x, then capture data on row and move to new sheet

I am trying to create a function for the following:

If date = todays date or earlier
Then pull information in cells (a2, b2, and e2)
Place pulled information onto new sheet in same workbook

Is this possible? If so, any assistance would be greatly appreciated!

Shari
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default If date = x, then capture data on row and move to new sheet

Hi Shari

Assuming the source data is on Sheet1, and that row 1 of Sheet2 contain
real Dates, then on Sheet2 cell A2 enter
=IF(A1<=TODAY(),Sheet1!A2,"")
Copy cross through the cells required.

--
Regards

Roger Govier


"Shari Jamison" <Shari wrote in
message ...
I am trying to create a function for the following:

If date = todays date or earlier
Then pull information in cells (a2, b2, and e2)
Place pulled information onto new sheet in same workbook

Is this possible? If so, any assistance would be greatly appreciated!

Shari



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shari Jamison
 
Posts: n/a
Default If date = x, then capture data on row and move to new sheet

Thank you so very much!! Problem solved!

Shari


"Roger Govier" wrote:

Hi Shari

Assuming the source data is on Sheet1, and that row 1 of Sheet2 contain
real Dates, then on Sheet2 cell A2 enter
=IF(A1<=TODAY(),Sheet1!A2,"")
Copy cross through the cells required.

--
Regards

Roger Govier


"Shari Jamison" <Shari wrote in
message ...
I am trying to create a function for the following:

If date = todays date or earlier
Then pull information in cells (a2, b2, and e2)
Place pulled information onto new sheet in same workbook

Is this possible? If so, any assistance would be greatly appreciated!

Shari




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



All times are GMT +1. The time now is 07:16 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"