Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Use Cell Address Lookup in formula

I need to add Date & ApplNr to a Timesheet. To view a summary on a weekly
basis, I need to number the ApplNr with a unique number every day. So each
day the numbers must start from 1 and should an ApplNr be repeated, the same
number must be allocated to that day's ApplNr. The numbers should look like
the following:

Date ApplNr Nr
14 Jan S123 1
14 Jan S123 1
14 Jan S124 2
15 Jan S124 1
15 Jan S124 1
15 Jan S123 2

Can anybody please help?
Thanks
Hennie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Use Cell Address Lookup in formula

I've used a vlookup on the ApplNr to search for the previous entry of the
ApplNr for the same day and created an address lookup to change the first
cell in the vlookup range to the new date cell address. I tried the
following, but can't get it to work.

AddressLookup=ADDRESS(MATCH(B16,Dates,0),COLUMN(B1 6),4) which gives me the
cell address of the first cell for a new date and then

added to
vlookup=VLOOKUP(B16,ADDRESS(MATCH(B16,Dates,0),COL UMN(B16),4)&":"&C16),2,FALSE)
--
Hennie


"Hennie" wrote:

I need to add Date & ApplNr to a Timesheet. To view a summary on a weekly
basis, I need to number the ApplNr with a unique number every day. So each
day the numbers must start from 1 and should an ApplNr be repeated, the same
number must be allocated to that day's ApplNr. The numbers should look like
the following:

Date ApplNr Nr
14 Jan S123 1
14 Jan S123 1
14 Jan S124 2
15 Jan S124 1
15 Jan S124 1
15 Jan S123 2

Can anybody please help?
Thanks
Hennie

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
LOOKUP & RETURN CELL ADDRESS Carolan Excel Worksheet Functions 12 June 2nd 08 07:53 AM
cell address from formula JohnJC Excel Discussion (Misc queries) 1 June 14th 06 12:11 PM
V Lookup and return cell address Thomas Excel Worksheet Functions 1 January 30th 06 08:09 PM
How do I use cell contents as an address in a formula tomeck Excel Worksheet Functions 1 December 20th 05 05:46 PM
Lookup ADDRESS of GETPIVOTDATA Subtotal/Cell X Excel Worksheet Functions 0 August 19th 05 07:06 PM


All times are GMT +1. The time now is 05:51 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"