how do I test for a text value in cell c1, if it is there, make c.

H

Hikerguyab

I have downloaded my credit card statement into an Excel spreadsheet
I want to test for certain text strings (ex.: "Shell")
If the text string exists in a cell, I want the numeric value in the next
cell (the charge) entered into a third cell.
summary: if "Shell" exists in C1, then C3 equals the value in C2.
 
S

Stefi

Enter in C3:
=IF(ISNUMBER(SEARCH("Shell",C1)),C2,"")

Regards,
Stefi

„Hikerguyab†ezt írta:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top