Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
is it possible for excel to automatically copy a row to another sheet of that
workbook based on the value of a column? for example, if i want to copy row 19 from sheet 1 to row 19 on sheet 2, based on the column K having the value inputted as 'yes'? -- - Rich |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Use if statements, eg. =If(sheet1!K19="yes",sheet1!a19,"") You would then copy this over as far as you need to and also to other rows. -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=492218 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you, this should prove very helpful. much appreciated.
-- - Rich "Vito" wrote: Use if statements, eg. =If(sheet1!K19="yes",sheet1!a19,"") You would then copy this over as far as you need to and also to other rows. -- Vito ------------------------------------------------------------------------ Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182 View this thread: http://www.excelforum.com/showthread...hreadid=492218 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
zero value when copying cells between worksheets | Excel Discussion (Misc queries) | |||
copying addresses from one workbook to another into several worksheets | Excel Worksheet Functions | |||
Copying Numerical Totals of separate worksheets to a single Summary Worksheet | Excel Discussion (Misc queries) | |||
copying cells from other worksheets | Excel Discussion (Misc queries) | |||
copying worksheets | Excel Discussion (Misc queries) |