+ Reply to Thread
Results 1 to 5 of 5

can I use circular Refference to get Desired Output?

  1. #1
    Registered User
    Join Date
    07-15-2008
    Location
    Pakistan
    Posts
    20

    Question can I use circular Refference to get Desired Output?

    Any help is appreciated.

    I want to use sort of a formula or conditional formatting formula to get different outputs.

    If I type a "Yes" in cell A1, It should become 2
    and similarly if i put "No" in cell A1, It should become 2.5

    Is it possible? without VBA

    Please suggest all possible ways which could be used to get desired results, except for VBA. Because I'm a novicexcel.

    Best Regards

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Without VBA...not possible....

    You can use the adjacent cells, though with a small formula...

    e.g. in B1 enter =If(A1="Yes",2,if(A1="No",2.5,""))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    07-15-2008
    Location
    Pakistan
    Posts
    20
    NBVC Thanks for the help.
    Actually I have a very big table to work with. I mulled over it alot and thought it might possible to do it with circular refference.


    I'll use the method you've suggested. Could you pls elaborate the circular refference via small example. I have yet to learn it.



    Best Regards

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

  5. #5
    Registered User
    Join Date
    07-15-2008
    Location
    Pakistan
    Posts
    20
    Thanks sir NBVC

+ 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. Excel Function Output not updating
    By aj_uk in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-16-2008, 04:37 AM
  2. Skip Circular Reference...
    By harishs in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-18-2008, 11:10 AM
  3. Output cell limited to 20 characters
    By krayziez in forum Excel General
    Replies: 2
    Last Post: 03-13-2008, 06:26 PM
  4. Using loop to output compounded values
    By derekbrown in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-13-2007, 06:06 PM
  5. Output to a Word Document
    By SkyjinksAileron in forum Excel General
    Replies: 1
    Last Post: 11-22-2006, 02:38 AM

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