+ Reply to Thread
Results 1 to 3 of 3

Stumped want to place resultant on another page

  1. #1
    Registered User
    Join Date
    04-15-2013
    Location
    Boston
    MS-Off Ver
    Excel 2010
    Posts
    26

    Stumped want to place resultant on another page

    Hi
    My workbook has a page called Lookup and Overdue Report
    Lookup - where are the data is gathered
    Overdue report - the resultant of the number crunching and charts.

    What I would like to the calculation be displayed on the Overdue report instead of being performed on Lookup and copied to the Overdue report

    This works just fine
    Worksheets("Lookup").Range("M2:M200").Formula = "=IF(AND(ISBLANK(C2),ISBLANK(D2)),"""",IF(K2=0,0,(J2/L2)))"
    The math works just fine.

    so I thought I would try this, and excel just laughs.

    Worksheets("Overdue Report").Range("H2:H200").Value = Worksheets("Lookup").Range("M2:M200").Formula = "=IF(AND(ISBLANK(C2),ISBLANK(D2)),"""",IF(K2=0,0,(J2/L2)))"

    As you can probably tell I don't do this stuff for a living, self teaching and getting a lot of help from here. Just trying to learn enough to create some tools making things a little easier for me so I don't get emails saying the formula stopped working again.
    Thanks
    Scott
    Thanks in advance.

  2. #2
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: Stumped want to place resultant on another page

    Hi, Scott,

    maybe like this: adjust the formula to sheet Overdue and change to values thereafter:
    Please Login or Register  to view this content.
    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

  3. #3
    Registered User
    Join Date
    04-15-2013
    Location
    Boston
    MS-Off Ver
    Excel 2010
    Posts
    26

    Re: Stumped want to place resultant on another page

    very cool, thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 05-21-2009, 11:18 AM
  2. [SOLVED] How to place a border on every page in excel?
    By potential_gold in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-29-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1