Please turn JavaScript on
Trump Excel icon

Trump Excel

Follow Trump Excel's news and updates in a matter of seconds! We will deliver any update via email, phone or you can read them from here on the site on your own news page.

You can even combine different feeds with the feed for Trump Excel.

Subscribing and unsubscribing is fast, easy and risk free.

The whole service is free of cost.

Trump Excel: Trump Excel - Learn Excel the Smart Way

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.46 / day

Message History

If you want to look up a value using two or more conditions at once, a regular lookup won’t get you there. It can only match on a single column, so the moment two rows share the same name (or the same month), it just grabs the first one it finds. The fix is to ...


Read full story
If you want a row to get flagged the moment any one of several things is true, say an order is either overdue or marked high priority, a single IF check won’t cover it. IF on its own only looks at one condition. This is where the OR function comes in. In this article I’ll ...


Read full story
You wrote a VLOOKUP, hit Enter, and instead of the value you expected you got a #N/A error (or worse, a wrong number). It’s one of the most frustrating things in Excel, and it almost always comes down to a small mismatch between what you’re looking up and what’s actually sitting in your table. The ...


Read full story
If you have a list with some gaps in it and you want to know how many cells actually have something in them, you cannot always trust a quick eyeball count. And this is because some cells that look empty are not truly empty, like a cell with just a space or a formula that ...


Read full story
If you have a formula that suddenly shows #NUM! instead of a result, it means Excel ran into a number it cannot work with. This happens when a calculation produces an invalid numeric value or a result that falls outside the range Excel can handle. The good news is that #NUM! almost always points to ...


Read full story