LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default perform 1 function, stop, perform different function

060822 perform 1 function, stop perform different function, with no regard
to result of first
simply put, need to perform 2 different steps in a formula; if good example:
=(2+2),(3+3)

need to finish to see result 6, but having performed 2+2 first. thanks.

----- working on / does not work:
=HYPERLINK(("#"&CELL("address",OFFSET($A$70,-1,1)),"#"&CELL("address",OFFSET($A466,$X$2,1))),"1 ")

-----
details:
I have a formula that works "In-Document" for showing which direction to go
(up or down),

=HYPERLINK(IF(ROW($A$466)<(ROW($A14)-($X$2/2)),"#"&CELL("address",OFFSET($A$466,-1,1)),"#"&CELL("address",OFFSET($A$466,$X$2,1)))," 1")


but if hyperlink is in header I either need to:
- identify position of my screen (below freeze-pane); not sure if
possible, or:
- perform 2 steps in one formula, (1 move to top of document, then 2 move
down to desired position).

need to combine the 2nd 2 items:
=HYPERLINK("#"&CELL("address",OFFSET($A466,-1,1)),"1") for up

=HYPERLINK("#"&CELL("address",OFFSET($A$70,-1,1)),"1") for top of
document
=HYPERLINK("#"&CELL("address",OFFSET($A466,$X$2,1) ),"1") for down


$X$2 is fixed cell / utility for size of screen in rows.
=48-CELL("row",$A$17) any # of rows-fixed point / size of freeze
pane=move x rows down.


 
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
Need some comments on my Utility_Move class module. jchen Excel Worksheet Functions 0 August 21st 06 07:05 PM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
How do I perform a "Countif" function for Two Columns? Syed Ali Zubair Excel Worksheet Functions 2 February 8th 05 08:46 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM
How do I stop the autopaste function in Excel? Jules Excel Worksheet Functions 1 November 1st 04 09:54 PM


All times are GMT +1. The time now is 02:44 PM.

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"