Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey I have a question about find in a macro.
I have a sheet where I am looking for something in colum b and wanting the value in colum c B C 051 Rate of Rise Start Pressu 3.83E-05 054 Rate of Rise test passed. Final Pressu 2.13E-04 The problem is I can have upto 6 of each of these or as little as 2 of them in the sheet. I want all of them and would like to copy them into another sheet as follows the value of the rate of rise start pressue #1 in sheet2 cell BZ the value of final pressure #1 in sheet2 cell CA the value of the rate of rise start pressue #2 in sheet2 cell CB the value of final pressure #2 in sheet2 cell CC the value of the rate of rise start pressue #3 in sheet2 cell CD the value of final pressure #3 in sheet2 cell CE and so on. Please help Thanks Stephen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
look at autofilter and see if it will do what you want.
-- Gary wrote in message ... Hey I have a question about find in a macro. I have a sheet where I am looking for something in colum b and wanting the value in colum c B C 051 Rate of Rise Start Pressu 3.83E-05 054 Rate of Rise test passed. Final Pressu 2.13E-04 The problem is I can have upto 6 of each of these or as little as 2 of them in the sheet. I want all of them and would like to copy them into another sheet as follows the value of the rate of rise start pressue #1 in sheet2 cell BZ the value of final pressure #1 in sheet2 cell CA the value of the rate of rise start pressue #2 in sheet2 cell CB the value of final pressure #2 in sheet2 cell CC the value of the rate of rise start pressue #3 in sheet2 cell CD the value of final pressure #3 in sheet2 cell CE and so on. Please help Thanks Stephen |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
problem with autofilter is that the the rate of rise won't always be
in the same row so I don't think this works in a macro does it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value in sheet 1 and copy matching row from sheet 2 | Excel Programming | |||
how can find sheet on workbook have so many sheet ? | Excel Worksheet Functions | |||
Find value from sheet 1 on sheet 2 and copy to an offset from there | Excel Programming | |||
Find data from one sheet in another sheet | Excel Worksheet Functions | |||
how to find and copy values on sheet 2, based on a list on sheet 1 | Excel Programming |