+ Reply to Thread
Results 1 to 2 of 2

Formula needed to search data from every sheet and calc

  1. #1
    Registered User
    Join Date
    05-05-2005
    Posts
    1

    Exclamation Formula needed to search data from every sheet and calc

    Hope all of you can help out. Thanks.

    Description of the Excel Workbook:

    Sheet 1
    -------

    VAR01 var1
    VAR03 var03
    VAR02 var02


    Sheet 2
    -------

    var03 23
    var02 34
    var1 10

    Sheet 3
    -------

    ((VAR02+VAR01)-VAR03)
    ((VAR01*VAR03)/VAR02)

    Question Here:

    How can i do calc formulas on column B sheet 3 and output results on column A sheet 3? All datas are not sorted. Search function may be required.

    The process as below....

    the formulas has to refer from
    1. UPPERCASE VAR -> lowercase var (at sheet 1)
    2. lowercase var refer to its value (at sheet 2)
    3. value from sheet 2 return to sheet 3
    4. perform formula calc and output results in column A sheet 3.


    Is this possible in Excel Macro?

    Really need a solution as i'm just begin to experiment Excel Macro for my studies.

    Thanks a lot.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello Sheeeng,

    It is possible to do this with a macro. It would require a VBA macro. This is not a macro that could be written using worksheet function macros. I mention this because you say you are just beginning to experiment with Excel macros and you neglected to mention which type you are studying. If you repost which macro type you are studying, you will get faster responses to questions.

    Sincerely,
    Leith Ross

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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