+ Reply to Thread
Results 1 to 2 of 2

I need to add to a cell based on the specific answer in another cell

  1. #1
    Forum Contributor
    Join Date
    07-02-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    221

    I need to add to a cell based on the specific answer in another cell

    I need a formula for E25 that returns:

    If E14 has a value and F9=No then E25=$10.00 for each of cells C10, E10, G10, J10, M10, C11, E11, G11, J11, M11 that has an entry

    if there was only an entry in C10 as an example and the other criteria was met the result would be 10.00
    If there was an entry in all 10 of the cells then the result would be 100.00

    Thanks,

    Mike

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: I need to add to a cell based on the specific answer in another cell

    try below in E25
    =IF(AND(E14<>"",F9="NO"),SUMPRODUCT(((C10:C11<>"")*10)+((E10:E11<>"")*10)+((G10:G11<>"")*10)+((J10:J11<>"")*10)+((M10:M11<>"")*10)),"Condition Not MET")
    change the red part with what you want if condition doesn't meet.

    Don't forget to keep the text inside " "
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

+ 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. Post answer to a specific cell
    By Jack Byrindi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-15-2013, 06:40 PM
  2. return answer based on cell value
    By excellentexcel in forum Excel General
    Replies: 2
    Last Post: 08-29-2009, 04:55 AM
  3. Automatic cell fill, based on answer from VLOOKUP function
    By cptwhite in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-04-2008, 12:44 PM
  4. Checkbox and inputing answer into a specific cell
    By Andy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-03-2006, 07:10 PM
  5. How do I Paste thie answer into specific cell using vb...tia sal
    By in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-08-2005, 11:05 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