Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to sum all values in column G, and display result in cell E2. The
length of column G well vary. I'm a newbie, so thanks in advance for any help. Wayne |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=sum(g:g)
"ewshort" skrev: I'm trying to sum all values in column G, and display result in cell E2. The length of column G well vary. I'm a newbie, so thanks in advance for any help. Wayne |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you!
"excelent" wrote: =sum(g:g) "ewshort" skrev: I'm trying to sum all values in column G, and display result in cell E2. The length of column G well vary. I'm a newbie, so thanks in advance for any help. Wayne |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() =SUM(G:G) entered in E2 Gord Dibben MS Excel MVP On Sun, 27 May 2007 12:02:00 -0700, ewshort wrote: I'm trying to sum all values in column G, and display result in cell E2. The length of column G well vary. I'm a newbie, so thanks in advance for any help. Wayne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro from cell specific to whole column | Excel Discussion (Misc queries) | |||
lookup specific value in a column and show it in a new cell | Excel Worksheet Functions | |||
first cell in a column with a specific value | Excel Worksheet Functions | |||
search column for specific cell using vba | Excel Programming | |||
Find last cell in a specific column | Excel Programming |