Hi everyone,
Very new to formulas and writing ‘if’ statements. I’m trying to see if it’s possible to write a formula for what I’m trying to do.
I have a very basic hourly multiplication formula where I multiply hours spent by an amount. Problem is, I have a lot of records and a few months back I was charging at a different rate for one of my employers. I’m hoping to write an if statement that basically says, if the date was before this time and for this client then multiply by this number, otherwise use the current number.
The first part I can do easily enough:
IF({Employer}=“x”,{Hours Spent}*y,{Hours Spent}*z)
I’m just not sure if how to do the filter by a before date, if that’s even possible.
Any help would be greatly appreciated!