Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default move text forward if there is no new entry?

i have 40 weekly sheets, and on each weeks sheet we will list the last
section completed.

I will need to move that information forward though the sheets if no new
entry is made.

if new entries are continually made, are or made sometimes ( like in the
case of absenties ) I will need move the last entry forward.

with the last entry always on a total sheet

looking for a formula that can do this
--
thanks dwight
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default move text forward if there is no new entry?

One formulas idea, which pulls the last row of data over ...
Assuming the last row of data in each sheet is always fully populated
Assuming the 1st sheet is named: Sheet1
In Sheet2,
put something like this in A2:
=IF(ISNA(LOOKUP(2,1/(Sheet1!A2:A100<""),Sheet1!A2:A100)),"",LOOKUP(2, 1/(Sheet1!A2:A100<""),Sheet1!A2:A100))
to extract the last row value in Sheet1's col A. Copy A2 across as far as
required. Repeat likewise for Sheet3, Sheet4, etc. You can use EditReplace
to quickly replace the sheetname: Sheet1 with Sheet2, etc. Modify the range
to suit. Any joy? hit YES below
--
Max
Singapore
---
"dwight" wrote:
i have 40 weekly sheets, and on each weeks sheet we will list the last
section completed.

I will need to move that information forward though the sheets if no new
entry is made.

if new entries are continually made, are or made sometimes ( like in the
case of absenties ) I will need move the last entry forward.

with the last entry always on a total sheet

looking for a formula that can do this
--
thanks dwight

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
brought forward & carried forward Sudipta Sen[_2_] Excel Worksheet Functions 1 November 22nd 09 09:09 AM
Auto entry of data based on entry of text in another column or fie Judy Rose Excel Discussion (Misc queries) 2 May 21st 08 01:14 PM
if formula returns a weekend - move it forward to next weekday Z-Man-Cek Excel Worksheet Functions 2 May 14th 08 09:45 PM
formula for text and if correct bring forward a number denise Excel Discussion (Misc queries) 5 January 11th 08 11:53 PM
copying formulas forward and have the column refference move backw D Excel Worksheet Functions 2 August 28th 07 08:47 PM


All times are GMT +1. The time now is 10:12 AM.

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"