Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default macro use with hlookup

I have a macro that enters a new row and then carries out
a series of instructions based upon this inserted row, for
example entering 'filled down' calculations in the new row
and other similar processes.
I would also like the macro to amend a HLOOKUP function
(as when the row is inserted the array size increases by
one, as does the required row).
For example, before the macro is run the function looks
like this:

=HLOOKUP('Project Summary'!B1,'Associates Hours (actuals)'!
S5:AD76,72,TRUE)*30

but then after i need the function to look like this:
=HLOOKUP('Project Summary'!B1,'Associates Hours (actuals)'!
S5:AD76,72,TRUE)*30

However i am not sure how to get round this problem. Any
ideas?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default macro use with hlookup

Hi
see Excel.misc

--
Regards
Frank Kabel
Frankfurt, Germany


kate wrote:
I have a macro that enters a new row and then carries out
a series of instructions based upon this inserted row, for
example entering 'filled down' calculations in the new row
and other similar processes.
I would also like the macro to amend a HLOOKUP function
(as when the row is inserted the array size increases by
one, as does the required row).
For example, before the macro is run the function looks
like this:

=HLOOKUP('Project Summary'!B1,'Associates Hours (actuals)'!
S5:AD76,72,TRUE)*30

but then after i need the function to look like this:
=HLOOKUP('Project Summary'!B1,'Associates Hours (actuals)'!
S5:AD76,72,TRUE)*30

However i am not sure how to get round this problem. Any
ideas?

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
HLookup Mark[_9_] Excel Worksheet Functions 1 July 12th 09 04:17 PM
HLOOKUP GaryLager Excel Discussion (Misc queries) 0 April 26th 07 03:42 PM
Hlookup for row 3 and 4 dilettante Excel Worksheet Functions 2 March 30th 07 02:34 PM
Hlookup Macro comotoman Excel Discussion (Misc queries) 1 February 2nd 06 06:28 PM
hlookup in VBA Dennis Excel Programming 2 October 29th 03 01:41 AM


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