Double quotes x2 meaning

Kevineamon

New Member
Joined
Aug 1, 2018
Messages
27
Hi guys

I'm fixing a number of excel sheets here atm. Unfortunately the original designer isn't here anymore. I keep stumbling across, what I think might be code, from previous versions of excel.

Eg.
=CONCATENATE(MID(C4,FIND(" ",C4)+1,1),"_",$N$8,$N$9,IF(G4 = "","",$N$10),IF(G4 = "","","_"),E4,IF(E4 = "","","_"),G4)

See this "",""

What exactly does that mean? I can't search for it on google properly. Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
This
IF(G4 = "","",$N$10)
Is saying if G4 is blank, then leave cell blank, otherwise insert the value from N10
 
Upvote 0
I wouldn't call it an "older way", you'll see plenty of examples of that type of formula on here
 
Upvote 0

Forum statistics

Threads
1,215,022
Messages
6,122,716
Members
449,093
Latest member
Mnur

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