D
dzelnio
Can I make worksheet2 import all rows from worksheet1 that include the
text
"- Brice" ?
How?
dzelnio
text
"- Brice" ?
How?
dzelnio
Can I make worksheet2 import all rows from worksheet1 that include the
text
"- Brice" ?
How?
dzelnio
Yess, you can...
Press "Alt" and select sheet1 with a mouse, drag and drop it to next
side. Same sheet will be copied with a name "sheet1 (2)" you can
rename it. Btw you can group sheets with a "Apple" button. Then for
example, enter the data to sheet1, it will appear exactly the same
data on the same place in the sheet2
Peter, I think you got the formula wrong. First, you don't need the extradzeinio
having got your data in sheet1 (lets assume data is in cell A1) go to
sheet 2 and enter this is cell A1 on sheet 2.
=(IF(Sheet1!A2="bryce",Sheet1!A2, ))
then copy this forumal to the rest of the row. This imports Bryce
into the cells and leves zero where bryce is not present.
Peter
sorry, yes I put my data in A2, but you can replace A2 with whatever
row/column has the source data in.
cheers,
P
Peter, I think you got the formula wrong. First, you don't need the extra
set of parentheses. Second, your explanation states that the data is in
Cell A1, not A2 as your formula shows. The correct formula should be:
=IF(sheet1!A1="bryce","bryce",""). And, it is never good practice to leave
either the TRUE or FALSE term un specified. Excel will not always do what
you expect; often the word "FALSE" or TRUE" may be substituted for an
indeterminate expression.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.