+ Reply to Thread
Results 1 to 2 of 2

If cell C6:Z6 is V1 value must equal 1 If cell C6:Z6 does not contain V value to be 0

  1. #1
    Registered User
    Join Date
    11-13-2014
    Location
    Michigan
    MS-Off Ver
    2010
    Posts
    3

    Question If cell C6:Z6 is V1 value must equal 1 If cell C6:Z6 does not contain V value to be 0

    Hello!

    I need some help creating a formula for a spreadsheet that shows employees remaining PTO.


    I have attached a picture of what I need to do. In the Vacation column I need it it add up all of the "V" values, the Birthday coulumn shouel add all of the "B" values etc.

    The first row the Vacation column should be 28

    The second column should have a 4 in the Birthday coulumn and an 8 in the Birthday coulumn

    The third row should have an 8 in the Floating holiday coulumn and an 8 in the Personal column







    Thanks!
    Attached Images Attached Images
    Last edited by kschuringa; 11-13-2014 at 05:27 PM.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: If cell C6:Z6 is V1 value must equal 1 If cell C6:Z6 does not contain V value to be 0

    You could try

    =If(LEFT(A1)<>"V",0,REPLACE(A1,1,1,""))

+ 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. [SOLVED] Excel Formula needed to locate multiple values in 1 spreadsheet
    By Cammyd in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-02-2014, 04:48 PM
  2. Formula help needed to pull number from another spreadsheet
    By bsherman in forum Excel Formulas & Functions
    Replies: 25
    Last Post: 03-30-2014, 05:28 PM
  3. Formula Needed for an Advanced Spreadsheet to Determine Inventory Count
    By bsherman in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-23-2014, 08:14 PM
  4. [SOLVED] Excel formula needed for sales spreadsheet
    By mwmnaqv0 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-24-2013, 01:21 AM
  5. Formula needed to complete spreadsheet
    By Roses in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 06-03-2007, 03:42 AM

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