how to select half of the cells in a row........

drniranjan

New Member
Joined
Jun 15, 2011
Messages
19
Hi,
Say, I have data sets like.....
12 32 33 45 13 33 12 22 12 32 33 45 13 33 12 22

like this thousands of rows are there and every row has even number of cells having values........

I need to select the 1st half of the cells of every row for some computation.........

I shall be thankful and oblised if someone can help me out......

Best, N
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
What kind of computation are you performing on them (ie What formula do you want to use)? That would affect how we refer to these cells.
 
Upvote 0
A simple Example... maybe too simple...
Excel Workbook
ABCDEFGHIJKL
11224364860728496108120132144
2
3252
Sheet1
Excel 2007
Cell Formulas
RangeFormula
A3=SUM(OFFSET($A$1,0,0,1,COUNT(1:1)/2))
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,866
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top