General discussion

  • Creator
    Topic
  • #2138975

    In Excel taking number or text as 10 in other cell

    Locked

    by patel gaurav ·

    I want to create a excel sheet in which there will be some column which will get the input in alphabets and numeric values. The last column will be for total. Irrespective of any alphabets and numeric values in the back-end the excel should take 10 by default and if the cell is left blank then it should take value as 0. So in the total it should only add 10 for every cell, which have some alphabets and numeric values.

All Comments

  • Author
    Replies
    • #2884613
      Avatar photo

      Try reposting in Q&A,

      by Wizard57M-TR ·

      In reply to In Excel taking number or text as 10 in other cell

      Try re-posting in the Q&A
      section.The ‘Discussion’ forum is for matters of general discussion, not specific problems in search of a solution. The ‘Water Cooler’ is for non-technical discussions. You can submit a question to ‘Q&A’ here:

      http://www.techrepublic.com/forum/questions/post?tag=mantle_skin;content

      There are TR members who specifically seek out problems in need of a solution. Although there is some overlap between the forums, you’ll find more of those members in ‘Q&A’ than in ‘Discussions’ or ‘Water Cooler’.

      Be sure to use the voting buttons to provide your feedback. Voting a ‘+’ does not necessarily mean that a given response contained the complete solution to your problem, but that it served to guide you toward it. This is intended to serve as an aid to those who may in the future have a problem similar to yours. If they have a ready source of reference available, perhaps won’t need to repeat questions previously asked and answered. If a post did contain the solution to your problem, you can also close the question by marking the helpful post as “The Answer”. . .

    • #2885292

      Re: In Excel taking number or text as 10 in other cell

      by romrix ·

      In reply to In Excel taking number or text as 10 in other cell

      Put this formula in the last column;
      =IF(A1>0,SUM(10),””)

      Change “A1” to whatever column/row your input data is in.

Viewing 1 reply thread