Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
masrat
 
Posts: n/a
Default have value in A1 & want value after 20 cells is it =a1+20 ????

Dear all
I have sheet for overtime where daily overtime is recorded A1 has name , A2
has ID , c7:c30 has hours and c31 is total hours (this all is for 1 employee)
and exactly after 40 cells is for second employee i.e. A41 is name, a42 is id
, c47:c70 is hours and c71 is total hours for second employee.
now i want a summary of all this next page i want name, id , total hours

name, id , total hours
if i write a1, a2, c31 what will be the addresses in for next employee
is it a1+40 , a2+40 , c31+40 please help as i have lots of records
and i cannot go on searching manually and typing adresses i want to copy and
paste
regards and thanks
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

A1: =INDIRECT("A"&(ROW()-1)*40+1)
B1: =INDIRECT("A"&(ROW()-1)*40+2)
C1: =INDIRECT("CO"&(ROW()-1)*40+31)

and copy down
--

HTH

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


"masrat" wrote in message
...
Dear all
I have sheet for overtime where daily overtime is recorded A1 has name ,

A2
has ID , c7:c30 has hours and c31 is total hours (this all is for 1

employee)
and exactly after 40 cells is for second employee i.e. A41 is name, a42 is

id
, c47:c70 is hours and c71 is total hours for second employee.
now i want a summary of all this next page i want name, id , total hours

name, id , total hours
if i write a1, a2, c31 what will be the addresses in for next employee
is it a1+40 , a2+40 , c31+40 please help as i have lots of records
and i cannot go on searching manually and typing adresses i want to copy

and
paste
regards and thanks



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
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


All times are GMT +1. The time now is 01:14 AM.

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

About Us

"It's about Microsoft Excel"