#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Add ROWS


Hi,
I need to add the number which is there in the row.

for example..

Code:
--------------------

0 4 2 1 0 0 0 2

--------------------

and i need to add those values
how to do it in Excel instead of doing it manully?


--
jayender.vs
------------------------------------------------------------------------
jayender.vs's Profile: http://www.excelforum.com/member.php...o&userid=28640
View this thread: http://www.excelforum.com/showthread...hreadid=484500

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Add ROWS

i presume that the eight number are from A1 to H1

then try some thinglike this codestatement

Range(Range("a1"), Range("a1").End(xlToRight)).Copy Destination:=Range("a5")

or

Rows("1:1").Copy
Rows("7:7").PasteSpecial


"jayender.vs"
wrote in message
...

Hi,
I need to add the number which is there in the row.

for example..

Code:
--------------------

0 4 2 1 0 0 0 2

--------------------

and i need to add those values
how to do it in Excel instead of doing it manully?


--
jayender.vs
------------------------------------------------------------------------
jayender.vs's Profile:

http://www.excelforum.com/member.php...o&userid=28640
View this thread: http://www.excelforum.com/showthread...hreadid=484500



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Add ROWS

Do you mean

=SUM(5:5)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"jayender.vs"
wrote in message
...

Hi,
I need to add the number which is there in the row.

for example..

Code:
--------------------

0 4 2 1 0 0 0 2

--------------------

and i need to add those values
how to do it in Excel instead of doing it manully?


--
jayender.vs
------------------------------------------------------------------------
jayender.vs's Profile:

http://www.excelforum.com/member.php...o&userid=28640
View this thread: http://www.excelforum.com/showthread...hreadid=484500



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto extract data & inserts rows additional rows automatically Meeru Excel Discussion (Misc queries) 3 September 9th 09 01:46 PM
Enabling option „Format rows“ to hide/unhide rows using VBA-code? ran58 Excel Discussion (Misc queries) 0 July 28th 09 03:46 PM
Copy rows of data (eliminating blank rows) from fixed layout Sweepea Excel Discussion (Misc queries) 1 March 13th 07 11:05 PM
Excel 2003 -Rows hidden. Scrolling unhides rows ! How do I stop th Excellent1975 Excel Discussion (Misc queries) 0 June 21st 06 08:01 PM
Pivot Tables: How do I show ALL field rows, including empty rows?? [email protected] Excel Worksheet Functions 2 April 8th 05 06:21 PM


All times are GMT +1. The time now is 12:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"