Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: edwardpestian
  • Content: Threads
  • Order by date
  1. edwardpestian

    IF OR Statement

    I have the following IF statement. I'm simply trying to expand the second IF statement within the MIN function to say IF the range b16:b25 <> "ber" or "iw" I'm trying to say that if the date in A16:A25 and "ber" or "iw" is in the range B16:25, then skip to the next date in the range A16:A25...
  2. edwardpestian

    Array Formula not working

    I have the following array formula that will not work for some reason. {=SUM(IF(C4:C18="TRUE",IF(D4:D18="19:00",1,0)))} I have a checkbox over each cell in the range C4:C18. Each box is associated with the respected cell. So when a box is checked it returns TRUE, and of course, when its not...
  3. edwardpestian

    Double-Click on cell

    Is there a way to only single click on a specific cell, but have the curser appear is if you had double clicked on it. I need this function for cells E6, E6, and G6 only. Thanks in advance. Regards, ep
  4. edwardpestian

    Flashing Curser

    Is there any type of code that could make a flashing curser appear when a specific cell is selected instead of the highlight around the cell? Thanks in advance. EP
  5. edwardpestian

    Remove Border

    I have three cells (E5, E6 and G6). The cells have border around them. I would like the border to be removed when the cells have data in them, and show the border when the cells do not have data in them. Thanks in advance. EP
  6. edwardpestian

    Disappearing Callout

    I have several Callouts on a sheet explaining to the user what data to place in a specific cell. What I'd like to happen is that once the user enters the data into the specific cell for the callout to disappear. Thanks in Advance. EP
  7. edwardpestian

    Excel Checkbox in Calendar

    I have a simple excel calendar. Each cell for the month contains a Text box with the date in it. I also have a checkbox next to each date. What I would like to do is,if an employee checks a particular date, take the total number of checks in a specific two week period and return them to a...
  8. edwardpestian

    COUNTA and OFFSET

    I have a range of Data: F8:CT8 I need to count every 3rd column in this range starting with F8. I just need to count if there is data in the cell excluding zeros. In other words F8 F9 F10 F11 F12 F13 12 17 I need to know if there is data in f8 and f11 and so forthe...
  9. edwardpestian

    IF statement weekdays vs weekends

    I'm looking for an IF statement that basically says the following: IF R6 = a weekend (Friday,Saturday,Sunday) then K36 = Data!CY8*(1.23) IF R6 = a weekday (Monday - Thursday) then K36 = Data!CY*(1.13) I'm not sure how to have it determing the weekends vs weekdays. Thanks in advance. EP
  10. edwardpestian

    VBA build custom function

    Okay, so I've got the first formula below working, but I need to expand on it. Should I write a custom function in VBA?How? Or can I somehow combine all of these functions into one? So what I'm looking at is: I need it to perform the same OFFSET function, except with a change to the range. I...
  11. edwardpestian

    Can I add another IF statement - EXCEL

    I would like to know if I can add another IF statement to the following formula. For example IF cell H9 = "Day" then perform the function. Thanks. EP =IF(Date=0,"",OFFSET(Data!$E$5,ROW(A1)+100,MATCH(G 8,Data!$F$3:$CT$3,0)))
  12. edwardpestian

    Offset formula to different worksheet...

    I have the formula below, which takes the date from a cell(G8) and finds the corresponding data in another worksheet(Data!). This formula is working. But for some reason I can't get a second formula to look up the data one cell to the right...
  13. edwardpestian

    Only copy if cell has data

    I'm new to VBA, and I've managed to create a button in an excel spreadsheet. The button, when clicked, takes a range of data in one sheet, and copies the values to a range in another sheet. My problem is that if the original cells do not contain data, and I press the button, it will overwrite...

Part and Inventory Search

Back
Top