please edit my search formula

Jagat Pavasia

Active Member
Joined
Mar 9, 2015
Messages
359
Office Version
  1. 2021
Platform
  1. Windows
i have formula already working,
but i want to add something in it.
pls help me.

=IF(ISNUMBER(SEARCH($I$1,B5)),F5,"") (already working)



I want to also add (search($k$1,A5) in upon formula
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
may be

=IF(or(ISNUMBER(SEARCH($I$1,B5)),ISNUMBER(SEARCH($K$1,A5))),F5,"")
 
Upvote 0
the formula is working but
i want that " if both are equal then answer, but on of them is not equal then leave blank)
$i$1=b5 and $K$1=A5 then answer only


pls help
 
Upvote 0
ok, change the OR to AND should work

=IF(AND(ISNUMBER(SEARCH($I$1,B5)),ISNUMBER(SEARCH($K$1,A5))),F5,"")
 
Last edited:
Upvote 0
Thank you very Much BOSS, this is working for me as i want....

thank you so much again...
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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