Hi all,
I trust that you are well.
My issue consists of not being not able to add to my initial formula with an if(vlookup) function (not sure why).
As you can see in column K4 the formula looks for the date, currency, Amount, Date USD, and Close to make an adjustment if there is a currency other than EUR. The issue is if column K (date) has not yet happened (e.g.) it makes the cell go empty but not "0" and this makes my other function on this column sum-product no workable. That's why I am trying to add this new function '=+IF(VLOOKUP(I15,D4:E2888,1,TRUE)=I15,"","0") to make it add a 0 if the column K and column D/F has not happened yet
Could you also help me do this formula for USD and GBP combined?
Formula USD: '=IF(K4="total:","0",IF(L4=0,"0",IFERROR(IF(J4="USD",L4/(IFERROR(VLOOKUP(K4,$D$4:$E$5002,2,FALSE),IFERROR(VLOOKUP(K4+1,$D$4:$E$5002,2,FALSE),VLOOKUP(K4+2,$D$4:$E$5002,2,FALSE)))),L4),"")))
Formula GBP: '=IF(K11="total:","0",IF(L11=0,"0",IFERROR(IF(J11="GBP",L11/(IFERROR(VLOOKUP(K11,$F$4:$G$5002,2,FALSE),IFERROR(VLOOKUP(K11+1,$F$4:$G$5002,2,FALSE),VLOOKUP(K11+2,$F$4:$G$5002,2,FALSE)))),L11),"")))
New Formula: '=+IF(VLOOKUP(I15,D4:E2888,1,TRUE)=I15,"","0")
Thank you so much in advance.
Kind regards,
Dorian
I trust that you are well.
My issue consists of not being not able to add to my initial formula with an if(vlookup) function (not sure why).
As you can see in column K4 the formula looks for the date, currency, Amount, Date USD, and Close to make an adjustment if there is a currency other than EUR. The issue is if column K (date) has not yet happened (e.g.) it makes the cell go empty but not "0" and this makes my other function on this column sum-product no workable. That's why I am trying to add this new function '=+IF(VLOOKUP(I15,D4:E2888,1,TRUE)=I15,"","0") to make it add a 0 if the column K and column D/F has not happened yet
Could you also help me do this formula for USD and GBP combined?
Formula USD: '=IF(K4="total:","0",IF(L4=0,"0",IFERROR(IF(J4="USD",L4/(IFERROR(VLOOKUP(K4,$D$4:$E$5002,2,FALSE),IFERROR(VLOOKUP(K4+1,$D$4:$E$5002,2,FALSE),VLOOKUP(K4+2,$D$4:$E$5002,2,FALSE)))),L4),"")))
Formula GBP: '=IF(K11="total:","0",IF(L11=0,"0",IFERROR(IF(J11="GBP",L11/(IFERROR(VLOOKUP(K11,$F$4:$G$5002,2,FALSE),IFERROR(VLOOKUP(K11+1,$F$4:$G$5002,2,FALSE),VLOOKUP(K11+2,$F$4:$G$5002,2,FALSE)))),L11),"")))
New Formula: '=+IF(VLOOKUP(I15,D4:E2888,1,TRUE)=I15,"","0")
Thank you so much in advance.
Kind regards,
Dorian