Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sheet1 'Transaction Database' stores all transactions by column from row 5
to row 59. Sheet1 Cell Row 6 Column C, D, E, F, G etc. is the type of transaction--Open, Pending, Closed, Withdrawn, Expired. Then I have a seperate sheet for each titled--Open, Pending, Closed, Withdrawn, Expired. I have entered this formula in each sheet--Open, Pending, Closed, Withdrawn, Expired-- to move the type of transaction from sheet1 'Transaction Database' to the appropriate sheet: =IF('Transaction Database'!C$6="open",'Transaction Database'!C5,"") The only thing that changes is "Open" Pending" "Closed" "Withdrawn" "Expired"... My problem is, the type of transaction is copied to the appropriate sheet but in the same column as it is in sheet1. I need the transaction to copy to the first available column from column C on in each sheet. Is this possible??? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If formula copy data to another sheet | Excel Discussion (Misc queries) | |||
Copy data from one sheet to another using a formula | Excel Discussion (Misc queries) | |||
Formula Help - Copy data from one sheet to another based on criter | Excel Worksheet Functions | |||
how to copy a cell with formula from sheet 1 (data is all vertical) into sheet 2 | Excel Worksheet Functions | |||
With a formula copy data from one sheet to another | New Users to Excel |