Function from sheet to sheet

  • Thread starter Thread starter doudou
  • Start date Start date
D

doudou

Hi,

I wander if it is possible to assign for task a sheet to reproduce all
the lines written in another one that has a special code written as
value of a column' cell ?

thanks for your answers :)
 
I mean for example that sheet B must reproduce what in sheet A has for
value "cash" in column X.
And I mean line by line, not as a sum.
 
copy this formula in sheet2 at x1 cell and drag it down till the las
cell you want to copy.

=IF(ISERROR(FIND("cash",Sheet1!X1,1)),"",Sheet1!X1
 

Ask a Question

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.

Ask a Question

Back
Top