+ Reply to Thread
Results 1 to 2 of 2

Date Formula Question

  1. #1
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2021
    Posts
    974

    Date Formula Question

    I'm attaching a file that has comments to explain better than I can just in paragraph form. But I'm trying to locate a formula I could use to compare individually a column of dates (A6 thru A50) with constant date (G3) and depending if the individual dates in Column A are less that G3, to provide me with a result on one of two wages. My formula doesn't seem to work though.

    Any suggestions would be greatly appreciated!
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    Unless I'm missing something, you're formula just needs a slight tweaking.. you're testing to see if G3 is less than your column A values.. but you stated that you want to see if your column A values are less than G3.. so, change your formulas in column B to:

    =IF(A6<$G$3,$D$3,$E$3)

    Yours was =IF($G$3<A6,$D$3,$E$3), which would work if you switched around the $D$3 and $E$3.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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