Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i need to write a statement in excel that will copy dates to another
spreadsheet in the correct cell based on the dates and also i need it to move down a row once the 1st row is full. I am very new at writing statements so any help would be great. thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
you really need VBA, but you should give more info? what do you mean with
"i need to write a statement in excel that will copy dates to another spreadsheet in the correct cell based on the dates" you're copiing dates based on dates? ....and also i need it to move down a row once the 1st row is full.. move down: ActiveCell.Offset(RowOffset:=1, ColumnOffset:=0) "newexceluser" wrote in message ... i need to write a statement in excel that will copy dates to another spreadsheet in the correct cell based on the dates and also i need it to move down a row once the 1st row is full. I am very new at writing statements so any help would be great. thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SQL concatenation statement | Excel Discussion (Misc queries) | |||
Help writing an IF statement | Excel Worksheet Functions | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
when writing an IF statement what is the syntax for "Not Equal to. | Excel Discussion (Misc queries) | |||
when writing an IF statement what is the syntax for "Not Equal to. | Excel Discussion (Misc queries) |