Help with a simple formula

Princessboko

Board Regular
Joined
Nov 3, 2002
Messages
73
I have a simple formula, L8=g8+i8. Sometimes i8 is text.

Is there anyway I can get the formula to work when there are numbers in these cells the result will be the result would be a number. But when i8 is text the result would be the number from g8 + the text of i8?

I get #VALUE! when there is text now.

Thanks...
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Try =IF(ISERROR(G1+I1),G1&I1,SUM(G1,I1)) in L8.

(If G1 + I1 does not work the formula will concatenate the 2 cells, otherwise it will sum them.)

Hope this is what you are after
 
Upvote 0

Forum statistics

Threads
1,221,693
Messages
6,161,356
Members
451,697
Latest member
pedroDH

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