change to a formula

max_max

Board Regular
Joined
Jun 29, 2013
Messages
58
Hello to all,
I hope my English is understandable.
I ask for help to change a formula.
The formula is in Italian:

'= SE(B2="";"";SE(VAL.NON.DISP(CERCA.VERT(B2;Foglio1!$A$2:$B$1500;2;FALSO));"articolo non presente in < articoli > o errato";SE(CONTA.SE($B$2:$B$1501;$B2)>1;"articolo "&$B2&" già presente nel "&INDICE($A$2:$A$1501;CONFRONTA($B2;$B$2:$B$1501;0));CERCA.VERT(B2;Foglio1!$A$2:$B$1500;2;FALSO))))

in English is:

'=IF(B11="","",IF(ISNA(VLOOKUP(B11,Foglio1!$A$2:$B$1500,2,FALSE)),"codice non presente in articoli o errato!",IF(COUNTIF($B$2:$B$1500,$B11)>1,"Value " & $B11 & " at " & INDEX($A$2:$A$1500,MATCH($B11,$B$2:$B$1500,0)),VLOOKUP(B11,Foglio1!$A$2:$B$1500,2,FALSE)))

the modification of the formula is:
I write "123" in cell C16 and E16 the formula writes "aaa"
I write "123" in cell C2 and E2 the formula must write "Article 123 already in BOX 3"
I will post the file.
Thanks for your help.
max_max
-----------------------------------------------------------------------------
Salve a tutti,
spero che il mio inglese sia comprensibile.
Chiedo aiuto per modificare una formula.
La formula in italiano è:

'= SE(B2="";"";SE(VAL.NON.DISP(CERCA.VERT(B2;Foglio1!$A$2:$B$1500;2;FALSO));"articolo non presente in < articoli > o errato";SE(CONTA.SE($B$2:$B$1501;$B2)>1;"articolo "&$B2&" già presente nel "&INDICE($A$2:$A$1501;CONFRONTA($B2;$B$2:$B$1501;0));CERCA.VERT(B2;Foglio1!$A$2:$B$1500;2;FALSO))))

in inglese è:

'=IF(B11="","",IF(ISNA(VLOOKUP(B11,Foglio1!$A$2:$B$1500,2,FALSE)),"codice non presente in articoli o errato!",IF(COUNTIF($B$2:$B$1500,$B11)>1,"Value " & $B11 & " at " & INDEX($A$2:$A$1500,MATCH($B11,$B$2:$B$1500,0)),VLOOKUP(B11,Foglio1!$A$2:$B$1500,2,FALSE)))

la modifica della formula è:
scrivo " 123 " nella cella C16 e in E16 la formula scrive " aaa "
scrivo " 123 " nella cella C2 e in E2 la formula deve scrivere " articolo 123 già presente nel BOX 3 "
Io posto il file.
Grazie dell'aiuto.
max_max

D2A7C16A51 - AxiFile
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,215,140
Messages
6,123,267
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top