![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 3
|
Hello,
I am trying to perform the following operation in excel: {IF @CELLPOINTER("TYPE")<>"B"}{DOWN}{BRANCH COPYLINE} {IF @CELLPOINTER("TYPE")="B"}{UP}{EDIT-COPY}{DOWN}{EDIT-PASTE}{BRANCHCOPYLINE} {BRANCHCOPYLINE} Any suggestions? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Chicago, IL USA
Posts: 2,042
|
Hi,
Not too many Lotus users here. Please explain what the 123 code does -- in detail where necessary -- and we can likely code it in Excel. Bye, Jay |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 3,065
|
Hi
Ive commented o this B4 IBM Lotus will or part willwork in VBA but to be honest your need to re write the whole code.. Sorry not very compatable,,,, MS homepage has details on what wil and wont convert for reference .. little help i know.. sorry.
__________________
Free Excel based Web Toolbar available here. Jack in the UK J & R Excel Solutions "making Excel work for you" |
|
|
|
|
|
#4 |
|
New Member
Join Date: Apr 2002
Posts: 3
|
Basically, all I'm doing is filling in the blanks with the number above within the column:
41114 41114 blank 41114 41151 turns into 41151 blank 41151 blank 41151 blank 41151 41161 41161 blank 41161 It simply evaluates the current cell and if blank, goes up and copies the cell above it and pastes it into the empty cell until it hits another number and then repeats the process. Thanks alot for your help guys! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|