+ Reply to Thread
Results 1 to 3 of 3

Add to cells then find %

  1. #1
    Registered User
    Join Date
    01-06-2012
    Location
    SF Bay Area, USA
    MS-Off Ver
    Microsoft 365
    Posts
    27

    Cool Add to cells then find %

    I'm looking for a formula to return the percentage of YES in C1. I only know how to do this when adding an additional column to get the total of A1 and B1.

    This should be so easy I'm embarrassed to ask.

    A1 is the total number of YES from another sheet
    B1 is the total number of NO from another sheet
    C1 I need a formula to return the percentage of YES

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,957

    Re: Add to cells then find %

    Try

    in C1

    =(A1)/(A1+B1)

    format cell as %
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    01-06-2012
    Location
    SF Bay Area, USA
    MS-Off Ver
    Microsoft 365
    Posts
    27

    Re: Add to cells then find %

    Thank you!!

+ 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. Replies: 2
    Last Post: 10-30-2020, 05:54 PM
  2. [SOLVED] Find date with different formatting (cells.find)
    By trimmjens in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-27-2015, 11:43 PM
  3. [SOLVED] How can I use .find() to find values (not formulas of cells)?
    By vizzkid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-01-2014, 08:56 AM
  4. Replies: 5
    Last Post: 06-07-2014, 09:54 AM
  5. [SOLVED] Use .Cells.Find(What:=) to find values in Multiple Cells
    By s2jrchoi in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-13-2014, 02:39 PM
  6. trouble with vba code for Find, Insert copied cells and find next
    By jgelbach in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-26-2012, 01:45 PM
  7. Using find function to find entries in multiple cells
    By stanigator in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-11-2007, 08:45 PM

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