ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   If date = x, then capture data on row and move to new sheet (https://www.excelbanter.com/excel-worksheet-functions/72131-if-date-%3D-x-then-capture-data-row-move-new-sheet.html)

Shari Jamison

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

Roger Govier

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




Shari Jamison

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






All times are GMT +1. The time now is 06:45 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com