+ Reply to Thread
Results 1 to 2 of 2

FUNCTIONS FOR TO TRACE THE SAME VALUE IN OTHER CELL OR SHEET

  1. #1
    Sachin
    Guest

    FUNCTIONS FOR TO TRACE THE SAME VALUE IN OTHER CELL OR SHEET

    Is there any excell Function to trace out the same figure in the other cell
    or in other sheet


  2. #2
    Max
    Guest

    Re: FUNCTIONS FOR TO TRACE THE SAME VALUE IN OTHER CELL OR SHEET

    "Sachin" wrote:
    > Is there any excell Function to trace out the same figure
    > in the other cell or in other sheet


    Perhaps you mean something like this ..

    In Sheet2,

    Put in say, B2: =Sheet1!A1

    B2 will return the contents in Sheet1's cell A1

    If Sheet1's cell A1 is empty, B1 will return a zero

    To make B2 appear "blank" if Sheet1's cell A1 is empty,
    we could put instead in B2:
    =IF(Sheet1!A1="","",Sheet1!A1)
    --
    Max
    Singapore
    http://savefile.com/projects/236895
    xdemechanik
    ---



+ 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