Jump to content

Fao: Excel Heads


L

Recommended Posts

Basically i've got a column where in each cell the value is between 0 and 3, I want to make it so that excel adds all the values together which is simple right..?The only thing is, i want it to count a 3 as 2 so that0 = 01 = 12 = 23 = 2How the f*ck do i do that?

Link to comment
Share on other sites

i really tried but i cant work it out, the only thing i can think of is this=SUBSTITUTE(A4,"3","2", 1)if u have your column0123create another column next to it, but this column will substitute the number 3 with a 2, so u'll have this0 01 12 23 2then u can use the second column to do whatever and just hide it

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...