How to write condition in below formula that if Column A is not present in Column C of Sheet1 it should show "No Data"
![]()
Please Login or Register to view this content.
How to write condition in below formula that if Column A is not present in Column C of Sheet1 it should show "No Data"
![]()
Please Login or Register to view this content.
MaybeFormula:
Please Login or Register to view this content.
Trevor Shuttleworth - Retired Excel/VBA Consultant
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
This ??
=IF($A2="","No Data",IF(ISNUMBER(SEARCH(INDEX(Sheet1!$N$2:$N$205,MATCH($A2,Sheet1!$C$2:$C$205,0)),$K2,1)),"Match","NoMatch"))
There will be value in A2 cell but its not present in C2 cell then i have to show No Data
Ok, try:
Formula:
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks