+ Reply to Thread
Results 1 to 2 of 2

Multiple Formulas Help Request

  1. #1
    Registered User
    Join Date
    11-12-2014
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    1

    Multiple Formulas Help Request

    Hi guys,

    I'm working on a shared google doc spreadsheet for work, it just utilises data entry and drop down menus. I now need some more formulas however my knowledge is limited with more advanced formulas and I can't seem to work it out. If anyone has time to help, that be greatly appreciated. I have worked out google docs import removes data validation etc so I have fixed all of this up and now working directly from google docs.

    Here is what I need. I tried to work this out myself using IF statements etc however wasted too much time and wasn't getting anywhere.

    D8
    I need a formula in D8 to report data in a cell (normally I use basic = sign), however I need it to check up to 3 cells. I want it to check AC8, if blank then check AA8, if blank then check last cell Y8. If data is in 1st cell, formula stops and just displays AC8 in cell D8. If all 3 cells are blank then I want D8 to show a dash. -

    E8
    Same rule as above however I want formula to check AD8, if blank then AB8, and finally Z8.


    R8
    Little more tricky. I want R8 to display Yes or No based on multiple selections from other cells, or to display - if other cells are empty.

    In order for R8 to display YES, the following must be true:
    I8 = Melbourne
    P8 = One of the following selected from drop down box:
    Australian Citizen
    New Zealand Citizen
    Permament Resident
    Refugee
    Asylum Seeker
    Q8 = Yes

    In order for R8 to display NO, the following must be true:
    I8 = Sydney
    P8 = Temporary Visa
    Q8 = No


    W8
    Similar formula as above, checking multiple cells, W8 will display YES if True, or NO if false.

    YES -
    R8 = Yes
    T8 = One of the following selected from drop down box:
    High School
    Certificate I
    Certificate II
    Certificate III
    Certificate IV
    V8 = One of following selected:
    0
    1

    No -
    R8 = No
    T8 = One of the following selected from drop down box:
    Diploma/Adv Diploma
    Bachelor Degree
    Postgraduate Degree
    V8 = 2


    Post formula here required for each cell as indicated above. If you need access to my test sheet to work out the formula, let me know. Thanks so much in advance.

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2003
    Location
    British Columbia , Canada
    MS-Off Ver
    03,07,10,13
    Posts
    727

    Re: Multiple Formulas Help Request

    =if(isblank(ac8),if(isblank(aa8),if(isblank(y8),"--",y8),aa8),ac8)

+ 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. Multiple drop down lists connections request
    By Barni01 in forum Excel General
    Replies: 1
    Last Post: 10-08-2014, 11:04 AM
  2. [SOLVED] Vlook up with multiple condition vba formula request
    By grlnexdor in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 08-05-2014, 01:16 AM
  3. Urgent request need multiple lookup
    By prakashmak in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-20-2013, 01:51 AM
  4. Parse Multiple Values into one row (enhancement request)
    By ak1153 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-25-2013, 07:11 PM
  5. replace multiple ifs in a do.. loop request
    By nicer2011 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2011, 06:14 PM

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