Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You may need to explain more clearly what you are trying to do, and what is
in the various input cells. Your function AND(P2,J2&" "&K2) will be confused, because AND is looking for logicals as its inputs, and at least one of the arguments you've given it is a text string (and I guess the other argument you've given it may be a date?). -- David Biddulph "Pasty" wrote in message ... =IF(O2=P2,AND(P2,J2&" "&K2),P2) I want my register to put a date in to a field if its done on time (there will be a planned date already specified) and also move text from one cell and add it onto another one to show that it has been carried out and no longer needs actioning Can this be done? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenating a Text and a Date without losing orginal Date Format | Excel Discussion (Misc queries) | |||
search for date in long string of text | Excel Discussion (Misc queries) | |||
Concatening a text and a date | Excel Worksheet Functions | |||
Text File creates incorrect Date format | Excel Discussion (Misc queries) | |||
Count items when specific text and date criteria are met | Excel Worksheet Functions |