Jump to content

CompeteWithPete

Elite Member
  • Posts

    665
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by CompeteWithPete

  1. Dope. You guys have some ill cutters. We should get some coollabs between DC and Philly going.

    word man, i just moved here a year ago and just getting acquainted with the scene up here.

     

    whats ur insta? perhaps we can plan something out. im @reallyfresh97

     

    👊🏼

    Have a dope session guys!

    definitely!

  2. so i have one tab with data with all my data.

     

    i have another tab with a macro mining filtered fields.

     

    i only want 6 columns in the end of the 30 original columns to paste over.

     

    in doing so it pastes each column with running rows into millions when there should only be for example 10 rows of data per column.

     

    any ideas how to set range with values indtead of creating a million rows of blanks space?

  3. thats easy, this is straight from google

     

    Select all the data.

    Go to Home > Conditional Formatting > New rule.

    Click on Format only cells that contain

    Change Cell Value option to Blanks

    Set up formatting you want by clicking on Formatting button.

    Click ok and you are done!

  4. u truly are next level.

     

    if a dj cant speak formula, then u aint sayin nothin.

     

    i like typin out formulas so i remember them. i have post its all over my monitor and emails to myself for reference. i emailed this one lol.

     

    i was recently was stuck one day thinking about how a reverse vlookup would help me.

     

    after some searchin I discovered =index(match

    it was like man discovering fire

  5. so i just got to work and tried it again and it worked!!!! ur a genius!!

     

    i had to type it out a few times and it kept highlighting the 2nd AND statement.

     

    i went back and forth with ur post and my screen and i finally saw it....

     

    i had to add a comma before the 2nd AND argument and it worked!

     

    i still have more learning to do. i never would of thought to start with 3 statements (if, or,and) then and.

     

    im going to im u direct from now on 🙌🏻 thx!

    • Like 1
  6. we're still working on 2010 i think at work, maybe 13.

     

    i just tested your argument and i get a msg saying "try using an insert function if you're using an =. try an apostrophe... yada yada ". i know this formula is possible and its been driving me crazy all day. i tried THEN instead of OR but i get false values.

     

    its what i love/hate about excel.

     

    thx for trying tho i appreciate. once i get it ill post my the correct formula

  7. so im bankruptcy dept and need to see when to initiate home reposession depending on delinquency.

     

    the cells i need to condition are

    -d2 (7,13)

    -f2 (contractual date)

    - o2 (post date)

     

    i just need true or false values.

     

    the condition is if a 7 is today()-contractual date > 30 days then true, if not false.

     

    additionally i want to add if a 13 is today()-post date >60 then true, if not false.

     

    so far this formula takes but only returns false values even if the formula is true:

     

    =if(d2="7",and(today()-f2>30,or(d2="13",and(today()-o2>60,0))))

     

    im pretty its and, or, or then.. fukkit i duno, any suggestions??

×
×
  • Create New...