+ Reply to Thread
Results 1 to 2 of 2

cell(a1)="xx"

  1. #1
    Registered User
    Join Date
    04-20-2007
    Posts
    6

    cell(a1)="xx"

    Is there a way in Excel to change a cell value from another cell?

    Such as: =if (Cell(A2)= "1",cell(A1)="xx",cell(A1)="yy")

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: cell(a1)="xx"

    No, you would need to use VBA.... the only cell capable of updating the contents of A1 directly is A1 itself, ie

    A1: =IF(A2=1,"xx","yy")

    you can't have

    A3: =IF(A2=1,A1="xx",A1="yy")

    if that's what you mean... ?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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