excel - CONCATENATE using IF -


i have excel sheet i'm attempting simplify , coming across issue. need combine 3 cells of strings together, shorten 1 of them based on value. i'd this:

=concatenate(g6,=if(h6="black","b",if(h6="galv","g","err")),i6) 

which should straightforward, yet excel doesn't if statement in cell. has contained 1 cell, makes tough.

is possible?

it should this:

=concatenate(g6,if(h6="black","b",if(h6="galv","g","err")),i6) 

there small issue formula. have used "=" operator inside formula invalid. hence instead of =if use if.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -