Enter Sum Text Gratis
Drop document here to upload
Up to 100 MB for PDF and up to 25 MB for DOC, DOCX, RTF, PPT, PPTX, JPEG, PNG, JFIF, XLS, XLSX or TXT
Note: Integration described on this webpage may temporarily not be available.
0
Forms filled
0
Forms signed
0
Forms sent
Discover the simplicity of processing PDFs online

Upload your document in seconds

Fill out, edit, or eSign your PDF hassle-free

Download, export, or share your edited file instantly
Top-rated PDF software recognized for its ease of use, powerful features, and impeccable support
Every PDF tool you need to get documents done paper-free

Create & edit PDFs
Generate new PDFs from scratch or transform existing documents into reusable templates. Type anywhere on a PDF, rewrite original PDF content, insert images or graphics, redact sensitive details, and highlight important information using an intuitive online editor.

Fill out & sign PDF forms
Say goodbye to error-prone manual hassles. Complete any PDF document electronically – even while on the go. Pre-fill multiple PDFs simultaneously or extract responses from completed forms with ease.

Organize & convert PDFs
Add, remove, or rearrange pages inside your PDFs in seconds. Create new documents by merging or splitting PDFs. Instantly convert edited files to various formats when you download or export them.

Collect data and approvals
Transform static documents into interactive fillable forms by dragging and dropping various types of fillable fields on your PDFs. Publish these forms on websites or share them via a direct link to capture data, collect signatures, and request payments.

Export documents with ease
Share, email, print, fax, or download edited documents in just a few clicks. Quickly export and import documents from popular cloud storage services like Google Drive, Box, and Dropbox.

Store documents safely
Store an unlimited number of documents and templates securely in the cloud and access them from any location or device. Add an extra level of protection to documents by locking them with a password, placing them in encrypted folders, or requesting user authentication.
Customer trust by the numbers
64M+
users worldwide
4.6/5
average user rating
4M
PDFs edited per month
9 min
average to create and edit a PDF
Join 64+ million people using paperless workflows to drive productivity and cut costs
Why choose our PDF solution?
Cloud-native PDF editor
Access powerful PDF tools, as well as your documents and templates, from anywhere. No installation needed.
Top-rated for ease of use
Create, edit, and fill out PDF documents faster with an intuitive UI that only takes minutes to master.
Industry-leading customer service
Enjoy peace of mind with an award-winning customer support team always within reach.
What our customers say about pdfFiller
See for yourself by reading reviews on the most popular resources:
I am a first time user and so far I have experience no problems. I have signed up for one month of service to try out actually being able to use my documents. We shall see...
2014-09-24
it is great. I can mark where I need clients to notice or sign. Would be interested to know how the rest of the programming works so I can use more of it.
2016-02-23
So far seems great and 30 day trial is…
So far seems great and 30 day trial is much better than competitions so I would recomend it for some basic PDF editing
2020-01-23
Excellent uptime. Always processes correctly.
It has increased my productivity and gives me the assurance I look for in any software.
We use a softwar for processing IRS forms as a template. It always works as expected with no errors. It is quick and easy to learn.
I do not have any negative comments considering this product
2019-09-18
Great for businesses.
Simple, yet powerful tool for anyone who finds themselves away from their desk often. I can easily fill in text fields, E-sign and add pictures to my pdfs. I've also used it to print, email or eFax pdfs and docs.
2018-01-23
Fabulous addition for the office!!…
We added this for our company in the office as a tool to try out and make things easier. Honestly I have used it far more than I thought. No more printing out anything to fill out and sign it and then scan it back and send it. You can upload and fill in the spaces, check any boxes and sign it, save it and email it right over, and it looks so much more professional too.
2024-07-16
I have noticed that this is
I have noticed that, although this subreddit has 1,000,020 readers, I am not receiving 1,000,020 upvotes on my posts. I'm not sure if this is being done intentionally or if these "friends" are forgetting to click 'upvote'. Either way, I've had enough. I have compiled a spreadsheet of individuals who have "forgotten" to upvote my most recent posts. After 2 consecutive strikes, your name is automatically highlighted (shown in red) and I am immediately notified. 3 consecutive strikes and you can expect an in-person "consultation". Think about your actions.
2022-09-03
I love the simplicity of the forms…
I love the simplicity of the forms provided and the assistance given. This is an awesome site and i commend whomever created this
2021-01-28
I AM LEARNING THE PROGRAM BUT ENJOY…
I AM LEARNING THE PROGRAM BUT ENJOY THAT I CAN ADD MY SIGNATURE AND SEND OUT THE DOCUMENT VIA EMAIL OR FAX-
2020-07-16
For pdfFiller’s FAQs
Below is a list of the most common customer questions. If you can’t find an answer to your question, please don’t hesitate to reach out to us.
What if I have more questions?
Contact Support
How do you sum cells with text?
Sum if cell contains text If you are looking for an Excel formula to find cells containing specific text and sum the corresponding values in another column, use the SU MIF function. Where A2:A10 are the text values to check and B2:B10 are the numbers to sum. To sum with multiple criteria, use the SUM IFS function.
How do you sum cells with text in Excel?
Sum if cell contains text If you are looking for an Excel formula to find cells containing specific text and sum the corresponding values in another column, use the SU MIF function. Where A2:A10 are the text values to check and B2:B10 are the numbers to sum. To sum with multiple criteria, use the SUM IFS function.
How do you count cells with text?
To count the number of cells that contain text (i.e. not numbers, not errors, not blank), use the COUNT IF function and a wildcard. In the generic form of the formula (above), RNG is a range of cells, and “*” is a wildcard matching any number of characters. Do you want to count cells that contain specific text?
How do I count cells with specific text in Excel?
Select a blank cell for displaying the result. Then copy and paste the formula =COUNT IF($A$2:$A$10,”Linda”) into the Formula Bar, and press the Enter key on the keyboard. Then you will see the result displaying in the selected cell. Besides, you can use a cell reference instead of a certain text in the formula.
How do I count filtered cells in Excel with text?
Count visible rows in a filtered list. If you want to count the number of visible items in a filtered list, you can use the SUBTOTAL function, which automatically ignores rows that are hidden by a filter. The SUBTOTAL function can perform calculations like COUNT, SUM, MAX, MIN, and more.
How do I sum cells based on text in another cell?
Formula using SU MIF: = SU MIF(B3:B10,”*”&”Blue”&”*”,C3:C10) Formula using SUM IFS: = SUM IFS(C3:C10,B3:B10,”*”&”Blue”&”*”) =SU MIF(range, criteria, [sum_range]) =SUM IFS(sum_range, criteria_range1, criteria1,[criteria_range2], [criteria2]) =SU MIF(B3:B10,”*”&”Blue”&”*”,C3:C10) =SU MIF(B3:B10,E4,C3:C10)
How do you sum if a cell contains certain text?
Take column D and write down the specific words Shirts and Pants that are used with other words and figures in range. Take Column E for calculation of total price of all the shirts and pants in range. Use formula =SU MIF(A3:A10,×Shirts×,B3:B10) in E3 and Enter.
Video Review on How to Enter Sum Text
#1 usability according to G2
Try the PDF solution that respects your time.