+ Reply to Thread
Results 1 to 3 of 3

If cell =Yes number value into another cell

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

    Question If cell =Yes number value into another cell

    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
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: If cell =Yes number value into another cell

    cernst,

    In cell D12, give this formula a try:
    =IF(OR(C12={"Yes","N/A"}),5,IF(C12="No",-5,""))
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

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

    Re: If cell =Yes number value into another cell

    Thanks it appears to be working I have been looking at it all night. Is there anyway that if no is selected and the -5 is deducted that if no is selected again between a certain cell range that it will not deduct the -5 again? I am also trying come up with a score for my sheet as we use this for call reviews. When I select no on my spreadsheet the total does not match up for some reason its seems to add the 5 but yet subtract the 5

    I attached the sheet I am using hopefully someone can assist me.

    Thanks!
    Attached Files Attached Files
    Last edited by cernst; 11-01-2011 at 10:30 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