![]() |
#5
|
|||
|
|||
![]()
If you still want to copy as originally asked in your question just write a lil macro
E.G. Sub CopyValue() Range("G5").Select Selection.Copy Range("D8").Select Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Excel formula from looking the base date and convert into desire result | PRADEEPB270 | Excel | 1 | 02-17-2013 03:11 AM |
Convert Formula Result to Static Text | MYGS | Excel | 16 | 01-21-2013 08:18 AM |
![]() |
oxicottin | Excel | 3 | 12-03-2012 02:12 AM |
IF formula returns wrong result | mashley | Excel | 3 | 09-07-2012 07:03 AM |
Can I create a formula that will show result in the same cell and let me copy it down | CranstC | Excel | 1 | 02-11-2012 01:29 AM |