Syahira
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 9 articles for 0.303 sec
You can use VLOOKUP for this, or an INDEX/MATCH combination - both described in Excel Help. Hope this helps. Pete On Oct 31, 8:34 am, Syahira <Syah...@discussions.microsoft.com> wrote: > Hi everybody. thanks in advance for helping me. I a workbook with 2 sheets. > the first sheets I need to key the figure of report, and the second sheet is > showing when the report submitted. Let say if     

Group: microsoft.public.excel.misc · Group Profile · Search for Syahira in microsoft.public.excel.misc
Author: Pete_UK
Date: Oct 31, 2007 03:14

Select the entire sheet (A1 active), then apply CF using Formula Is: =AND($B1>5,$C2>60,$D2>60) Format to taste, ok out The above will format entire rows satisfying the 3 conditions in cols B to D (Attendance, Math & History) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Syahira" wrote: I have a file where I want to use conditional format to tell whether
Show full article (0.55Kb) · Show article thread
It depends on *how* you want the criteria to change. This allows you to enter the criteria in a particular cell, so that it can be changed by manually entering another number in that cell, and you wouldn't need to revise the formula itself. Say the criteria cell is A1, then try this: =SUMIF('TSJ Student List'!C3:C118,A1,'TSJ Student List'!A3:A118) However, if you're going to copy     

Group: microsoft.public.excel.misc · Group Profile · Search for Syahira in microsoft.public.excel.misc
Author: Max
Date: Sep 25, 2007 23:22

You are getting your $'s in the wrong place. Edit the cell, click on say each range C3:C118, then use F4 to toggle through the various $ options Steve On Fri, 28 Jul 2006 03:48:01 +0100, Syahira <Syahira@discussions.microsoft.com> wrote: Let say I have this formula, =SUMIF('TSJ Student List'!C3:C118,"=4",'TSJ Student List'!A3:A118) My question is how can I use only rows
Show full article (1.41Kb) · Show article thread
Syahira wrote: > Let say I have this formula, > =SUMIF('TSJ Student List'!C3:C118,"=4",'TSJ Student List'!A3:A118) > My question is how can I use only rows C3:C118 and A3:A118 and the only > changes is "=4" to 5,6 ....because when I copy or drag it will change to > C4:C119, A4:A119 ..... I try to use $C3:C118$ or $c3$:$c118$ but it does not > work. I think you want $C$3:$C$C118 and $A$3:$A$118     

Group: microsoft.public.excel.newusers · Group Profile · Search for Syahira in microsoft.public.excel.newusers
Author: Ragdyer
Date: Jul 28, 2006 12:06

=SUMIF([workbook1]A!C:C;A2;[workbook1]A!B:B) Syahira skrev: What if it is a different workbook? "Fingerjob" wrote: Or(assume the same placement as MAX) Write in B2 sheet B =SUMIF(B!C:C;A2;B!B:B) Copy down as far as required Best regards Petter Bøhler Max skrev: One way is via INDEX / MATCH ..
Show full article (1.39Kb)
What if it is a different workbook? "Fingerjob" wrote: > Or(assume the same placement as MAX) > Write in B2 sheet B > =SUMIF(B!C:C;A2;B!B:B) > Copy down as far as required > > Best regards > > Petter Bøhler > > > Max skrev: > > > One way is via INDEX / MATCH .. > > > > Assuming the source table below is in sheet: A, within A1:C5 > > > > > Branch Name No. of     

Group: microsoft.public.excel.newusers · Group Profile · Search for Syahira in microsoft.public.excel.newusers
Author: SteveW
Date: Jul 28, 2006 01:24

=SUMIF(A!C:C;A2;A!B:B) I think this will work better . :-) Fingerjob skrev: Or(assume the same placement as MAX) Write in B2 sheet B =SUMIF(B!C:C;A2;B!B:B) Copy down as far as required Best regards Petter Bøhler Max skrev: One way is via INDEX / MATCH .. Assuming the source table below is in sheet: A, within A1:C5 Branch
Show full article (0.62Kb)
Or(assume the same placement as MAX) Write in B2 sheet B =SUMIF(B!C:C;A2;B!B:B) Copy down as far as required Best regards Petter Bøhler Max skrev: > One way is via INDEX / MATCH .. > > Assuming the source table below is in sheet: A, within A1:C5 > > > Branch Name No. of participant Instructor > > Nebula 5     

Group: microsoft.public.excel.newusers · Group Profile · Search for Syahira in microsoft.public.excel.newusers
Author: joeu2004
Date: Jul 27, 2006 20:20

Show full article (0.40Kb)
    

Group: microsoft.public.excel.misc · Group Profile · Search for Syahira in microsoft.public.excel.misc
Author: Fingerjob
Date: Jul 13, 2006 02:37

Show full article (2.96Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Syahira in microsoft.public.excel.misc
Author: Syahira
Date: Jul 13, 2006 02:32

Show full article (2.75Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Syahira in microsoft.public.excel.misc
Author: Fingerjob
Date: Jul 13, 2006 02:27

Show full article (2.78Kb) · Show article thread
    

Group: microsoft.public.excel.misc · Group Profile · Search for Syahira in microsoft.public.excel.misc
Author: Fingerjob
Date: Jul 13, 2006 02:23

Show full article (2.56Kb)