I am concatenating 3 or so fields together but when one of them is blank it returns 0. Is there a way for it to not display 0 but still concatenate so when the field is populated data displays as normal?
Cheers.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Can you show us your formula please?
I suspect that the cell (G60) isn't empty. Β It may appear empty because of the format of the cell, or because you have unticked the option to show zero values. Β Click on G60 and then look at what value appears in the formula bar. Β It should either display zero or a formula, and that formula is likely to return zero.
Cell G60 is =Form!D9 and the cell on the sheet form which is D9 is empty. This may explain the presence of 0 because no doubt the formula is returning 0 as Cell D9 on the form sheet is empty.
Is there a way that "=Form!D9" can be changed so that the formula does not return 0 if cell D9 on the form sheet is blank?
Using a combination of the above suggestions and finally =IF(Form!D9=0,"",Form!D9) solved this issue.
Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
Microsoft Excel
--
Questions
--
Followers
Top Experts
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.