Help with this Formula

firstWeMeet

Board Regular
Joined
Feb 8, 2011
Messages
200
I am thinking how it will works.
Sheet1 C5 = 7922174
Sheet2 C5 = 2365422
then Sheet3 C5 = should look like this 7922174 / 2365422
Thanks for upcoming help.:)
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Sorry Peter, you beet me to it!
Also, I didn't know if the OP wanted space characters - as in their example.
 
Last edited:
Upvote 0
Just a little confusing outcome with this :)
=IF(Sheet1!C5&Sheet2!C5 ="","",Sheet1!C5 & " / " & Sheet2!C5 )
can you help me again with this because the outcome of this formula was this:
Sheet1C5=7922174
Sheet2C5=0
Then Sheet3C5=7922174 /
I want the / to be not included
 
Upvote 0
Try

=IF(AND(Sheet1!C5="",Sheet2!C5=""),"",IF(Sheet1!C5="",Sheet2!C5,IF(Sheet2!C5="",Sheet1!C5,Sheet1!C5&"/"&Sheet2!C5)))
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,762
Members
452,940
Latest member
rootytrip

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