+ Reply to Thread
Results 1 to 3 of 3

Copying Data From A Cell In One Spreadsheet to A Cell In Another

  1. #1
    Registered User
    Join Date
    04-26-2022
    Location
    England
    MS-Off Ver
    365
    Posts
    79

    Copying Data From A Cell In One Spreadsheet to A Cell In Another

    Hi

    I currently have two spreadsheet, one which is sent to us from our client and the other is my own template

    When we receive this file from the client I copy the whole spreadsheet and paste it in a new tab (called JML) on my template spreadsheet

    I am copying cells data from the JML tab on to where i would like it on my own template

    To do this i am using the formula =JML!L3

    But if a cell in the JML tab does have any data, then formula in my template is showing 0, how do i remove this or make this cell blank if no data is found in the JML tab

    JML.PNG

  2. #2
    Valued Forum Contributor rollis13's Avatar
    Join Date
    01-26-2012
    Location
    Cordenons
    MS-Off Ver
    Excel 2016 32bit - Win 11
    Posts
    915

    Re: Copying Data From A Cell In One Spreadsheet to A Cell In Another

    This could be a solution:

    =IF(JML!L3<>"",JML!L3,"")

  3. #3
    Registered User
    Join Date
    02-19-2020
    Location
    SE-Asia
    MS-Off Ver
    2019
    Posts
    98

    Re: Copying Data From A Cell In One Spreadsheet to A Cell In Another

    or you can use this

    Hide or display all zero values on a worksheet

    Click File > Options > Advanced.
    Under Display options for this worksheet, select a worksheet, and then do one of the following:
    To display zero (0) values in cells, check the Show a zero in cells that have zero value check box.
    To display zero (0) values as blank cells, uncheck the Show a zero in cells that have zero value check box.
    or

    Hide zero values in selected cells

    These steps hide zero values in selected cells by using a number format. The hidden values appear only in the formula bar and are not printed. If the value in one of these cells changes to a nonzero value, the value will be displayed in the cell, and the format of the value will be similar to the general number format.

    Select the cells that contain the zero (0) values that you want to hide.

    You can press Ctrl+1, or on the Home tab, click Format > Format Cells.
    Format Cells on the Home tab
    Click Number > Custom.
    In the Type box, type 0;-0;;@, and then click OK.
    or

    Hide zero values returned by a formula

    Select the cell that contains the zero (0) value.

    On the Home tab, click the arrow next to Conditional Formatting > Highlight Cells Rules Equal To.

    In the box on the left, type 0.

    In the box on the right, select Custom Format.

    In the Format Cells box, click the Font tab.

    In the Color box, select white, and then click OK.
    Link: https://support.microsoft.com/en-us/...5-a00e9e476b03
    Last edited by iammike; 12-10-2022 at 04:16 AM.

+ 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: 7
    Last Post: 01-09-2014, 06:25 PM
  2. Replies: 3
    Last Post: 10-30-2013, 02:05 PM
  3. Replies: 1
    Last Post: 11-18-2011, 01:25 AM
  4. Copying value from 1 cell from various spreadsheet
    By kchm_2000 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-22-2011, 02:50 AM
  5. Macro not copying cell data from one spreadsheet to another.
    By bherbert in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-15-2010, 02:29 PM
  6. Copying Spreadsheet Including Cell Names
    By MonkeyHanger in forum Excel General
    Replies: 0
    Last Post: 03-26-2007, 10:49 AM
  7. [SOLVED] Copying comments from one cell to another, in a different spreadsheet
    By =!CmOrE!= in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-24-2006, 08:45 PM

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