I think I'm missing a very simple step but I'm just not seeing it...
On Input sheet I have this:
Column B Column C
Row 13 | Combined Full Time |
Row 14 | Combined Part Time |
Row 15 | Total Combined | =SUM(C13:C14)
skip a few rows
Row 19 | EMR Full Time |
Row 20 | EMR Part Time |
Row 21 | Total EMR | =SUM(C19:C20)
Then on my main pricing sheet I'm attempting to use this formula...
=IF(Input!C21=0,(LOOKUP(Input!$C$21,{0,5,6,10,11,15},{40,40,30,30,25,25}))*Input!$C$21,(LOOKUP(Input!$C$15,{0,5,6,10,11,15},{40,40,30,30,25,25}))*Input!$C$15)
The criteria is this: there will only be one or the other, never 1 combined and 1 EMR, which is why I used the IF formula. So, if Input!C21 is zero, then pull the figure from Combined, because there will always be one or the other. However, it's not working as I thought it should and I've used this same formula in the past but without the IF. What am I doing wrong?
HELP!
On Input sheet I have this:
Column B Column C
Row 13 | Combined Full Time |
Row 14 | Combined Part Time |
Row 15 | Total Combined | =SUM(C13:C14)
skip a few rows
Row 19 | EMR Full Time |
Row 20 | EMR Part Time |
Row 21 | Total EMR | =SUM(C19:C20)
Then on my main pricing sheet I'm attempting to use this formula...
=IF(Input!C21=0,(LOOKUP(Input!$C$21,{0,5,6,10,11,15},{40,40,30,30,25,25}))*Input!$C$21,(LOOKUP(Input!$C$15,{0,5,6,10,11,15},{40,40,30,30,25,25}))*Input!$C$15)
The criteria is this: there will only be one or the other, never 1 combined and 1 EMR, which is why I used the IF formula. So, if Input!C21 is zero, then pull the figure from Combined, because there will always be one or the other. However, it's not working as I thought it should and I've used this same formula in the past but without the IF. What am I doing wrong?
HELP!