Hi,
I currently have a simple Index/Match to pull in the hourly rate from a source sheet when the freelancer's name matches. Some freelancers may work on a fixed rate instead. I would like to build a formula that indexes the fixed rate column in the source sheet, if the hourly rate column in the source sheet is blank. I'm struggling to figure out how to review if the source sheet has a blank.
Here is my basic Index/Match
=INDEX({Hourly Rate}, MATCH([Freelancer's Name]@row, {Name}, 0))
Any ideas?
Hannah