PC Review


Reply
Thread Tools Rate Thread

can I use information from another sheet modify it, into a formula

 
 
Mary
Guest
Posts: n/a
 
      5th Mar 2009
How can I do the following:
a b
c
1 Rank Ticket # Name
2 =teams!B2 =Sheet1!A10 =Names!T62
3 =teams!B3 =Sheet1!B10 =Names!T17
4 =teams!B4 =Sheet1!C10 =Names!T6

Sheet 1 is a list of random numbers. Names are the names associated with
the random numbers and Rank is a constant. What I would like to do for the
names column is a formula something like this: =Names!T(contents of
corresponding column before + 1) in other words: =Names!T(sum(B2+1))

 
Reply With Quote
 
 
 
 
Luke M
Guest
Posts: n/a
 
      5th Mar 2009
=INDIRECT("'Names'!T"&B2+1)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Mary" wrote:

> How can I do the following:
> a b
> c
> 1 Rank Ticket # Name
> 2 =teams!B2 =Sheet1!A10 =Names!T62
> 3 =teams!B3 =Sheet1!B10 =Names!T17
> 4 =teams!B4 =Sheet1!C10 =Names!T6
>
> Sheet 1 is a list of random numbers. Names are the names associated with
> the random numbers and Rank is a constant. What I would like to do for the
> names column is a formula something like this: =Names!T(contents of
> corresponding column before + 1) in other words: =Names!T(sum(B2+1))
>

 
Reply With Quote
 
Mary
Guest
Posts: n/a
 
      5th Mar 2009
Wow you are my hero!!! It worked!!!! I guess it has been too many years ago
since I took an excel class huh? You saved me hours of work in the future,
but many many hours of work extra this year!!! I wish I had asked this 2
years ago..

Ohhhh... I so need a dancing smiley icon right now!!!!

> =INDIRECT("'Names'!T"&B2+1)
> --
> Best Regards,
>
> Luke M
> *Remember to click "yes" if this post helped you!*
>
>
> "Mary" wrote:
>
> > How can I do the following:
> > a b
> > c
> > 1 Rank Ticket # Name
> > 2 =teams!B2 =Sheet1!A10 =Names!T62
> > 3 =teams!B3 =Sheet1!B10 =Names!T17
> > 4 =teams!B4 =Sheet1!C10 =Names!T6
> >
> > Sheet 1 is a list of random numbers. Names are the names associated with
> > the random numbers and Rank is a constant. What I would like to do for the
> > names column is a formula something like this: =Names!T(contents of
> > corresponding column before + 1) in other words: =Names!T(sum(B2+1))
> >

 
Reply With Quote
 
observer
Guest
Posts: n/a
 
      5th Mar 2009
Hi, Trying to count DATA in A:A
Condition is that the DATE of the corresponding DATA is later than
01-01-2009 in B:B
with this and lots of variations of the following formula:

=COUNTIF('Consolidated Sheet'!$A:$A,'Consolidated Sheet'!$B:$B>=("01
January 2009")1)

Ward Date 1
1 2008-11-10
1 2008-11-27
1 2008-11-28
1 2008-12-09
2 2008-12-11
2 2008-12-23
3 2008-12-24
4 2008-12-25

Observer
Toronto


"Luke M" wrote:

> =INDIRECT("'Names'!T"&B2+1)
> --
> Best Regards,
>
> Luke M
> *Remember to click "yes" if this post helped you!*
>
>
> "Mary" wrote:
>
> > How can I do the following:
> > a b
> > c
> > 1 Rank Ticket # Name
> > 2 =teams!B2 =Sheet1!A10 =Names!T62
> > 3 =teams!B3 =Sheet1!B10 =Names!T17
> > 4 =teams!B4 =Sheet1!C10 =Names!T6
> >
> > Sheet 1 is a list of random numbers. Names are the names associated with
> > the random numbers and Rank is a constant. What I would like to do for the
> > names column is a formula something like this: =Names!T(contents of
> > corresponding column before + 1) in other words: =Names!T(sum(B2+1))
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula for moving information from one sheet to another sheet Puzzled Microsoft Excel Misc 5 8th Jun 2010 06:59 AM
Formula to copy related information from sheet 1 to sheet 2 dave Microsoft Excel Worksheet Functions 0 5th Dec 2009 12:12 AM
Formula for automatically entering information from a master sheet =?Utf-8?B?VmljdG9yaWE=?= Microsoft Excel Misc 7 9th Jul 2007 06:24 PM
How can I copy the data of sheet 1 to sheet 2 with modify? accessman2 Microsoft Excel Programming 1 13th Oct 2005 08:10 AM
How can i modify the system information =?Utf-8?B?UHlybw==?= Windows XP General 10 2nd Aug 2004 10:14 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:42 PM.