+ Reply to Thread
Results 1 to 18 of 18

name a cell irrespective of its value

  1. #1
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    name a cell irrespective of its value

    Hi,
    i have the following problem

    cell A1= 1
    cell A2 = 2
    cell B1= A1+A2

    so cell B1 displays 3

    but i want to name the cell B1 as SUM and want it to display as SUM while it should store the value (A1+A2) even as A1 and A2 keep changing. And also use cell B1's value further in other cells for more calculations without affecting its display name SUM. is that possible?

    cheers

    Ananth

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: name a cell irrespective of its value

    Place the cursor in B1 Cell and Press Ctrl+F3 and Click New. Enter the Name as Sum and Click Ok and Close.

    Place the cursor in B1 Cell and copy paste the below formula

    =SUM(A1:A2)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Valued Forum Contributor TheCman81's Avatar
    Join Date
    11-06-2012
    Location
    Edinburgh, UK
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013
    Posts
    346

    Re: name a cell irrespective of its value

    You can custom format B1 using "SUM" 0

    Is this what you mean?
    Excel Guru in the making

    <----------If the question has been answered to your satisfication please click the Add Repuation star to the left

  4. #4
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: name a cell irrespective of its value

    just select the B1 cell
    goto insert ,names and click define...
    write SUM and click ok...

    B1 will get a name ''Sum" ....

    if helped Click *

  5. #5
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    Re: name a cell irrespective of its value

    Hi,
    thanks for the quick reply. i have already tried this but it still not displays "SUM" for some reason. it displays the value on the cell. I call see the name of the cell on the toolbar but on the actual cell

    cheers

    me

  6. #6
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: name a cell irrespective of its value

    Oops... I assumed it in some other way..

    Leave my earlier post and try this one

    In B1 Cell

    ="Sum " &SUM(A1:A2)

    Or

    =SUM(A1:A2)&" Sum"

  7. #7
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: name a cell irrespective of its value

    Hi,

    Something like this?

    Regards,
    Chandra
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    Re: name a cell irrespective of its value

    Hi Vikas,
    when i open the worksheet i want the cell to display the name "SUM" instead of the value it contains. By following what you sixthsense suggested it still shows the value and not the name. i am using excel 2007

    cheers
    me

  9. #9
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: name a cell irrespective of its value

    Did you check the file I posted?

  10. #10
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    Re: name a cell irrespective of its value

    Hi cbatrody
    thanks for that. but there you have added a extra text box but i would not like to do that.
    cheers

    ananth

  11. #11
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: name a cell irrespective of its value

    Yes, but you can use that cell for calculation purposes & also the cell does not display the value though it has the product (A1*A2) in it

  12. #12
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    Re: name a cell irrespective of its value

    Dear TheCman81 and Sixthsense,

    we are getting closer- with your approach i indeed get the cell to display SUM but it also displays the value of the sum unless i have done something wrong. I would like it to display only SUM while retaining the value of the calculation (=3)

    cheers
    me

  13. #13
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    Re: name a cell irrespective of its value

    Hi Cbratrody,

    i will keep that as the backup plan if i do not find any other solution

    cheers

    ananth

  14. #14
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: name a cell irrespective of its value

    In B1 Cell

    =SUM(A1:A2)

    Place the cursor in B1 Cell and do right click and select Format Cells>>Number>>Category>>Custom>>Under Type Copy paste the below text

    "SUM"

    Refer the attached screenshot for more details
    Attached Images Attached Images

  15. #15
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: name a cell irrespective of its value

    Please see the attached file.
    Attached Files Attached Files

  16. #16
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    Re: name a cell irrespective of its value

    Perfect Sixthsense... thanks for the quick help

  17. #17
    Registered User
    Join Date
    07-03-2014
    Location
    belgium
    MS-Off Ver
    2007
    Posts
    8

    Re: name a cell irrespective of its value

    and to you Cbatrody

  18. #18
    Forum Expert Vikas_Gautam's Avatar
    Join Date
    06-04-2013
    Location
    Ludhiana,Punjab, India
    MS-Off Ver
    Excel 2013
    Posts
    1,850

    Re: name a cell irrespective of its value

    use show formula...
    in formula tab...

+ 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. [SOLVED] Need help in sorting date of birth irrespective of year
    By SMILE in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-07-2013, 06:05 AM
  2. [SOLVED] Make Open Workbook Active Irrespective Of Name
    By OzTrekker in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-18-2012, 10:07 PM
  3. Replies: 0
    Last Post: 04-10-2012, 12:39 PM
  4. Sort According to Time irrespective of the date.
    By addyitsme in forum Excel General
    Replies: 7
    Last Post: 04-25-2009, 06:57 AM
  5. [SOLVED] Autofilter always includes last line of data irrespective of filter
    By Peter in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 07-26-2006, 10:15 PM

Tags for this Thread

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