Forum

Notifications
Clear all

how to search and compare the 3 cell with large data

3 Posts
2 Users
0 Reactions
68 Views
(@raychun)
Posts: 2
New Member
Topic starter
 

I wanted to know how to search the  with another cell and then compare another 2 cell

e.g. I have A1 "Apple" to search the Row E have "Apple or not , if found then compare B1 and C1 to compare Row F and  G is same or different.

I have other 2 formula but I want one formula to find the result

formula 1

=IF(ISNUMBER(SEARCH($B3,Compare_Summary!Q:Q)), "Find", "Not Found")

formula 2

=IF($B23<>Compare_Summary!L23,"File not Exist ",IF(AND($C23=Compare_Summary!M23, $D23=Compare_Summary!N23),"Compare info with Intranet is same","File Exist, Date: "&Compare_Summary!M23&", Size: "&Compare_Summary!N23))

 
Posted : 10/06/2021 5:23 am
Anders Sehlstedt
(@sehlsan)
Posts: 968
Prominent Member
 

Hello,

It is easier for everyone if there is a sample file showing the data structure to look at, can you share such file?

Br,
Anders

 
Posted : 10/06/2021 6:48 am
(@raychun)
Posts: 2
New Member
Topic starter
 

Hi Anders,

I have more then 200000 column to compare for  path , date and size for each site, but not every column is live, so I wanted to use site 1 to compare other site by path and show result.

 

Thanks

 
Posted : 10/06/2021 9:15 pm
Share: