+ Reply to Thread
Results 1 to 3 of 3

cell values

  1. #1
    Registered User
    Join Date
    11-01-2011
    Location
    Reading PA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Exclamation cell values

    Hello - I am working on a spreadsheet for call monitoring for work and need a value to populate into another cell

    example:
    If C12 = Yes then D12 = 5
    If C12 = No then D12 = -5
    IF C12 = N/A then D12 = 5

    if this possible?

  2. #2
    Registered User
    Join Date
    05-15-2011
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2007, Excel MAC 2008
    Posts
    64

    Re: cell values

    try this
    =IF(C12="yes",D12=5,IF(C12="no",D12=-5,IF(C12="n/a",D12=5,""))

    hope that helps
    Barbara Excel

  3. #3
    Registered User
    Join Date
    11-01-2011
    Location
    Reading PA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: cell values

    Thanks so much for the assistance for some reason the value is not sticking would you mind looking at the spreadsheet? If you could that would be great under verifcation name the dashes when you click --- (cell d12) has yes, no, n/a if yes is selected i want 5 to fill in cell E12 no -5 to filter to E12 or N/A to filter 5 into E12. I did not know how to put a drop down box and think because I used the validation list that it wont formulate correctly I have been playing with this all night and once I removed the validation list with yes, no n/a it appears to work. In addition if there is already 1 no with -5 is it possible to have it with another No =0?

    I really appreciate any assistance you can give

    thanks
    Attached Files Attached Files
    Last edited by cernst; 11-01-2011 at 08:25 PM.

+ 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