hi. I am new to the website. I have a column with the words "cashbook", "invoice" or "credit", and next to it the amounts column. I want to us a nested function with the search function, to give the value from the amounts column, if for example the word = "invoice"
the formula currently looks like this
=IF(SEARCH("Cashbook",E4),0,AND(IF(SEARCH("Invoice",E4),J4,"")))
If the word is "cashbook", the result is 0, but in the next line ,the word is "invoice", then the result = #VALUE
please assist
the formula currently looks like this
=IF(SEARCH("Cashbook",E4),0,AND(IF(SEARCH("Invoice",E4),J4,"")))
If the word is "cashbook", the result is 0, but in the next line ,the word is "invoice", then the result = #VALUE
please assist