Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a table and I have a numeric and text column that I wish to total in a
cell within the table. In other words if columns f4, f5, f7 have the word day and if e4, e5, e7 have values like 1.2, 1.1, 1.2 then I want to have 3.5 to show in say f50. How can I make this happen? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In F50: =SUMIF(F4:F6,"day",E4:E6)
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Techno Grandma" wrote: I have a table and I have a numeric and text column that I wish to total in a cell within the table. In other words if columns f4, f5, f7 have the word day and if e4, e5, e7 have values like 1.2, 1.1, 1.2 then I want to have 3.5 to show in say f50. How can I make this happen? Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Typo in range, it should be:
In F50: =SUMIF(F4:F7,"day",E4:E7) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Max I will give it a try
"Max" wrote: Typo in range, it should be: In F50: =SUMIF(F4:F7,"day",E4:E7) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Working like a charm. Question now on what happens if you add rows in the
table, will the formula automaically pick up the cell range change or would a person have to make that correction "Techno Grandma" wrote: Thanks Max I will give it a try "Max" wrote: Typo in range, it should be: In F50: =SUMIF(F4:F7,"day",E4:E7) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My trial resulted in an automatic formula update
"Techno Grandma" wrote: Thanks Max I will give it a try "Max" wrote: Typo in range, it should be: In F50: =SUMIF(F4:F7,"day",E4:E7) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002: How to split text into columns ? | Excel Discussion (Misc queries) | |||
Excel 2002...adding back gridlines to imported file | New Users to Excel | |||
Excel 2002 : How to segregate text into columns ? | Excel Discussion (Misc queries) | |||
Excel 2002 - link columns across workgroups | Excel Discussion (Misc queries) | |||
Adding contents of cells by clicking in Excel 2002 | Excel Discussion (Misc queries) |