Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Worksheet find

 
   Mac (Home) -> Mac Excel RSS
Next:  Excel crashing at Format>Cells...  
Author Message
dzelnio

External


Since: Jun 14, 2007
Posts: 105



(Msg. 1) Posted: Thu Jul 26, 2007 1:58 pm
Post subject: Worksheet find
Archived from groups: microsoft>public>mac>office>excel (more info?)

Can I make worksheet2 import all rows from worksheet1 that include the
text
"- Brice" ?

How?

dzelnio
Back to top
Login to vote
shunulu

External


Since: Jul 27, 2007
Posts: 4



(Msg. 2) Posted: Fri Jul 27, 2007 2:15 am
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 26, 11:58 pm, dzelnio <dzel....DeleteThis@yahoo.com> wrote:
> 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
Back to top
Login to vote
shunulu

External


Since: Jul 27, 2007
Posts: 4



(Msg. 3) Posted: Fri Jul 27, 2007 2:25 am
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Jul 27, 12:15 pm, shunulu <shun....RemoveThis@gmail.com> wrote:
> On Jul 26, 11:58 pm, dzelnio <dzel....RemoveThis@yahoo.com> wrote:
>
> > 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

U can use same way for worksheets. Open two worksheets together.
Choose Windows/Arrange/Tiled. Now just simply drag and drop sheets.
Rename it again Smile
Back to top
Login to vote
CyberTaz

External


Since: May 06, 2006
Posts: 1252



(Msg. 4) Posted: Fri Jul 27, 2007 6:27 am
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Most likely this can be done using the AutoFilter or the Advanced Filter.
Check them out in XL Help if you're not familiar with their use.

Regards |:>)
Bob Jones
[MVP] Office:Mac



On 7/26/07 4:58 PM, in article
1185483528.682506.236800 RemoveThis @o61g2000hsh.googlegroups.com, "dzelnio"
<dzelnio RemoveThis @yahoo.com> wrote:

> Can I make worksheet2 import all rows from worksheet1 that include the
> text
> "- Brice" ?
>
> How?
>
> dzelnio
>
Back to top
Login to vote
CyberTaz

External


Since: May 06, 2006
Posts: 1252



(Msg. 5) Posted: Fri Jul 27, 2007 6:30 am
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Although this accomplishes a certain goal it isn't what the OP is asking:)
He wants to have specific content copied - selectively - from one sheet to
another, not move or copy an entire sheet.

Regards |:>)
Bob Jones
[MVP] Office:Mac



On 7/27/07 5:15 AM, in article
1185527719.178400.19970 DeleteThis @57g2000hsv.googlegroups.com, "shunulu"
<shunulu DeleteThis @gmail.com> wrote:

> On Jul 26, 11:58 pm, dzelnio <dzel... DeleteThis @yahoo.com> wrote:
>> 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
>
Back to top
Login to vote
peterthebag

External


Since: Jul 14, 2007
Posts: 16



(Msg. 6) Posted: Tue Jul 31, 2007 1:12 am
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

dzeinio
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
Back to top
Login to vote
Bob Greenblatt

External


Since: Dec 06, 2005
Posts: 279



(Msg. 7) Posted: Tue Jul 31, 2007 7:57 am
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 7/31/07 4:12 AM, in article
1185869530.540545.112690.TakeThisOut@b79g2000hse.googlegroups.com,
"peterthebag@yahoo.com" <peterthebag.TakeThisOut@yahoo.com> wrote:

> dzeinio
> 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
>
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.

--
Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom
Back to top
Login to vote
peterthebag

External


Since: Jul 14, 2007
Posts: 16



(Msg. 8) Posted: Tue Jul 31, 2007 2:50 pm
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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.
>
> --
> Bob Greenblatt [MVP], Macintosh
> bobgreenblattATmsnDOTcom
Back to top
Login to vote
dave

External


Since: Aug 02, 2007
Posts: 8



(Msg. 9) Posted: Thu Aug 02, 2007 10:40 am
Post subject: Re: Worksheet find [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks tons everyone. I have plenty to go by.

Dzelnio

On Jul 31, 4:50 pm, peterthe....RemoveThis@yahoo.com wrote:
> 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.
>
> > --
> > Bob Greenblatt [MVP], Macintosh
> > bobgreenblattATmsnDOTcom
Back to top
Login to vote
Display posts from previous:   
Related Topics:
New worksheet with list - I have created a new document in Excel and inserted a new List. Now in the list wizard I have made a new list on a new work sheet. When you do this it seems to make a blank worksheet with only the columns you specified within the wizard... This worksheet...

Phantom Worksheet Puzzle. - I have created a new spreadsheet in Excel 2000 which involved some copying and pasting from a previous spreadsheet. There are multiple worksheets in the xls. Its fairly complex so don't want to recreate the whole thing again. At one point the copy of a...

Shortcut for Next/Previous Worksheet - I'm trying to find a keyboard shortcut for selecting the next or previous worksheet tab in a workbook. I've looked at the XL Help for keyboard shortcuts and it states that "ctrl + page up/page down" will move to next or previous worksheet. I've...

Condition based on worksheet visibility? Please help! - I have workbook containing several worksheets (Excel for Mac 2004). I would like to create formula in cell(s) on one worksheet based on visibility (hidden status) of other individual worksheets. Let's say if the particular worksheet is hidden, set value....

printing an excel worksheet with lines - I would like to print my excel work sheet with both the verticle and horizontal lines. Is this possible?<br> <br> Is there a way to do it in WORD format?
       Mac (Home) -> Mac Excel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
 Linux Forums
  Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact