+ Reply to Thread
Results 1 to 2 of 2

Make Cell equal to result of other cell formula

  1. #1
    Registered User
    Join Date
    10-07-2009
    Location
    Arizona
    MS-Off Ver
    Excel 2007
    Posts
    19

    Make Cell equal to result of other cell formula

    This seems like it should be a fairly easy thing to do but I can't figure it out. I would like to make one cell equal to the value of another cell. That other cell has a formula which is dependant on yet another few cells. I know that I can copy and then do "paste special" and choose to paste only the "value", but I need that to happen automatically.

    Example:

    Please Login or Register  to view this content.
    In K41 if I type in
    Please Login or Register  to view this content.
    the result is "#VALUE!"

    I have this problem in many areas that I think could easily be fixed if I could do something where I can say that K41 = the value of K40 (not the formula that is in K40 but the actual result of that formula) times 15.

    Thanks for any thoughts.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Make Cell equal to result of other cell formula

    In K41...

    Maybe...

    =IF(K40="","",SUM(S6:S20)*15)
    Last edited by jeffreybrown; 08-12-2011 at 07:00 PM.
    HTH
    Regards, Jeff

+ 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